Click or drag to resize

DirectionalPushPinHeading Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the heading (in degrees) of this DirectionalPushPin.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public float Heading { get; set; }

Property Value

Type: Single
Remarks

The heading value represents a clockwise rotation of the Icon by x degrees before it is drawn. Care should be taken to ensure that the heading value results in a visually appropriate rendering of the icon.

Values are automatically constrained such that 0 <= x < 360.

See Also