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.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<int> DashPattern { get; set; }
Public Property DashPattern As CesiumProperty(Of Integer)
Get
Set
public:
property CesiumProperty<int>^ DashPattern {
CesiumProperty<int>^ get ();
void set (CesiumProperty<int>^ value);
}
member DashPattern : CesiumProperty<int> with get, set
Property Value
Type:
CesiumPropertyInt32See Also