C# Class Google.KML.geListStyle

Represents the ListStyle object, or how icons should show up in the places window
Inheritance: geObject
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Méthodes publiques

Свойство Type Description
BgColor geColor
ItemIcons List
ListItemType geListItemTypeEnum

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geListStyle ( ) : System

Method Details

ToKML() public méthode

Renders the object and any children as KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void

geListStyle() public méthode

public geListStyle ( ) : System
Résultat System

Property Details

BgColor public_oe property

Background color for the snippet
public geColor,Google.KML BgColor
Résultat geColor

ItemIcons public_oe property

The collection of icons to be used for this style
public List ItemIcons
Résultat List

ListItemType public_oe property

The type of item to display in the places window
public geListItemTypeEnum ListItemType
Résultat geListItemTypeEnum