Click or drag to resize

BalloonPushPinInformationBackgroundColor Property

Verizon Connect Logo
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; }

Property Value

Type: Color
Examples
C#
BalloonPushPin myPin = new BalloonPushPin(new LatLon(33.584224, -117.737976));
myPin.InformationBackgroundColor = Color.Red;
See Also