BalloonPushPinRenderFont Property | |
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; }
Public Property RenderFont As Font
Get
Set
Property Value
Type:
FontExamples BalloonPushPin myPin = new BalloonPushPin("Verdana Font", new LatLon(33.584224, -117.737976));
myPin.RenderFont = new Font("Verdana", 10);
See Also