BalloonPushPinInformationBackgroundColor Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Changes the background color of the information block.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Color InformationBackgroundColor { get; set; }
Public Property InformationBackgroundColor As Color
Get
Set
Property Value
Type:
ColorExamples BalloonPushPin myPin = new BalloonPushPin(new LatLon(33.584224, -117.737976));
myPin.InformationBackgroundColor = Color.Red;
See Also