C# Class Google.KML.geBaloonStyle

Represents the BaloonStyle Google Earth object
Inheritance: geObject
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Méthodes publiques

Свойство Type Description
BgColor geColor
Text string
TextColor geColor

Méthodes publiques

Méthode 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 méthode

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

geBaloonStyle() public méthode

public geBaloonStyle ( ) : System
Résultat System

Property Details

BgColor public_oe property

The background color of the balloon
public geColor,Google.KML BgColor
Résultat geColor

Text public_oe property

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

TextColor public_oe property

The text color of the balloon
public geColor,Google.KML TextColor
Résultat geColor