Click or drag to resize

BalloonPushPinBorderColor Property

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

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

Property Value

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