Click or drag to resize

BalloonPushPinTextColor Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Changes the color of the information text.

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

Property Value

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