Click or drag to resize

AzimuthElevationMaskGraphics.NumberOfRings 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.3.420.0 (24.3.420.0)
Syntax
public CesiumProperty<int> NumberOfRings { get; set; }

Property Value

Type: CesiumProperty<Int32>
See Also