Click or drag to resize

PolylineDashMaterialGraphicsDashPattern Property

Gets or sets a 16-bit bitfield representing which portions along a single dashLength are the dash (1) and which are the gap (0). If not specified, the default is 255 (0000000011111111), which indicates 50% gap followed by 50% dash.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<int> DashPattern { get; set; }

Property Value

Type: CesiumPropertyInt32
See Also