AzimuthElevationMaskGraphics.Outline Property |
Gets or sets whether or not the mask is outlined.
If not specified, the default is false.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic CesiumProperty<bool> Outline { get; set; }
Public Property Outline As CesiumProperty(Of Boolean)
Get
Set
public:
property CesiumProperty<bool>^ Outline {
CesiumProperty<bool>^ get ();
void set (CesiumProperty<bool>^ value);
}
member Outline : CesiumProperty<bool> with get, set
Property Value
Type:
CesiumProperty<Boolean>
See Also