Click or drag to resize

BalloonPushPinTitleBackgroundColor 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 title block.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Color TitleBackgroundColor { get; set; }

Property Value

Type: Color
Examples
C#
BalloonPushPin myPin = new BalloonPushPin("Text Here With Red Background", new LatLon(33.584224, -117.737976));
myPin.TitleBackgroundColor = Color.Red;
See Also