BalloonPushPinInformation Field | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Text to be displayed below the balloon name.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public string Information
Public Information As String
Field Value
Type:
StringRemarks
Long information strings are automatically line-wrapped at 500 pixels.
ShowInformation can be used to set whether
information should be displayed when the balloon is rendered.
Examples BalloonPushPin myPin = new BalloonPushPin("Name Text (Upper)", new LatLon(33.584224, -117.737976));
myPin.Information = "Information Text (Lower)";
See Also