AzimuthElevationMaskGraphicsNumberOfRings Property |
Gets or sets the number of rings to draw for the outline. Rings start from the outer edge and are equidistantly spaced towards the center.
If not specified, the default is 6.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<int> NumberOfRings { get; set; }
Public Property NumberOfRings As CesiumProperty(Of Integer)
Get
Set
public:
property CesiumProperty<int>^ NumberOfRings {
CesiumProperty<int>^ get ();
void set (CesiumProperty<int>^ value);
}
member NumberOfRings : CesiumProperty<int> with get, set
Property Value
Type:
CesiumPropertyInt32See Also