BalloonPushPinInformation Field | ![Verizon Connect Logo](../icons/logo.jpg) |
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
Syntaxpublic string Information
Public Information As String
Field Value
Type:
String
Remarks
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.
ExamplesBalloonPushPin myPin = new BalloonPushPin("Name Text (Upper)", new LatLon(33.584224, -117.737976));
myPin.Information = "Information Text (Lower)";
See Also