Click or drag to resize

BalloonPushPinRenderFont Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Changes the font used to display the text in the informational balloon. Default is 8pt Arial.

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

Property Value

Type: Font
Examples
C#
BalloonPushPin myPin = new BalloonPushPin("Verdana Font", new LatLon(33.584224, -117.737976));
myPin.RenderFont = new Font("Verdana", 10);
See Also