Click or drag to resize

VehicleMarkerCircleDashPattern Property

Verizon Connect Logo
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; }

Property Value

Type: Single
Examples
C#
// 5px dash, 10px space
myVehicleMarker.CircleDashPattern = new float[] {5, 10};
See Also