C# Class Google.KML.geBaloonStyle

Represents the BaloonStyle Google Earth object
Inheritance: geObject
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
BgColor geColor
Text string
TextColor geColor

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML, and calls upon any children to do the same

geBaloonStyle ( ) : System

Method Details

ToKML() public method

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geBaloonStyle() public method

public geBaloonStyle ( ) : System
return System

Property Details

BgColor public property

The background color of the balloon
public geColor,Google.KML BgColor
return geColor

Text public property

Text that can override the Google supplied text that exists in the balloon along with any description information
public string Text
return string

TextColor public property

The text color of the balloon
public geColor,Google.KML TextColor
return geColor