Click or drag to resize

PushPinAlwaysOnTop Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Controls whether labels are always shown above other map elements.

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

Property Value

Type: Boolean
Remarks
When true labels are always drawn 'on top', otherwise they may be hidden by other elements on the map.
Examples
C#
PushPin aPin = new PushPin(new LatLon(34, -118));
aPin.AlwaysOnTop = true;
See Also