BalloonPushPinShowInformation Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets whether the balloon will display its information. True
(shown) by default.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool ShowInformation { get; set; }
Public Property ShowInformation As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
If the
ShowBalloon property is
true
then
Name will be shown regardless of the state
of this property.
Examples BalloonPushPin myPin = new BalloonPushPin(new LatLon(33.584224, -117.737976));
myPin.ShowInformation = false;
See Also