VehicleMarkerCircleDashPattern Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The length of the dashes and spaces, in pixels. {5, 5} by default.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public float[] CircleDashPattern { get; set; }
Public Property CircleDashPattern As Single()
Get
Set
Property Value
Type:
SingleExamples
myVehicleMarker.CircleDashPattern = new float[] {5, 10};
See Also