BalloonPushPinTitleBackgroundColor Property | |
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; }
Public Property TitleBackgroundColor As Color
Get
Set
Property Value
Type:
ColorExamples BalloonPushPin myPin = new BalloonPushPin("Text Here With Red Background", new LatLon(33.584224, -117.737976));
myPin.TitleBackgroundColor = Color.Red;
See Also