PushPinAlwaysOnTop Property | |
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; }
Public Property AlwaysOnTop As Boolean
Get
Set
Property Value
Type:
BooleanRemarks When true labels are always drawn 'on top', otherwise they may be hidden by
other elements on the map.
Examples PushPin aPin = new PushPin(new LatLon(34, -118));
aPin.AlwaysOnTop = true;
See Also