C# Class Google.KML.geListStyle

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

Public Properties

Property Type Description
BgColor geColor
ItemIcons List
ListItemType geListItemTypeEnum

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geListStyle ( ) : System

Method Details

ToKML() public method

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

geListStyle() public method

public geListStyle ( ) : System
return System

Property Details

BgColor public_oe property

Background color for the snippet
public geColor,Google.KML BgColor
return geColor

ItemIcons public_oe property

The collection of icons to be used for this style
public List ItemIcons
return List

ListItemType public_oe property

The type of item to display in the places window
public geListItemTypeEnum ListItemType
return geListItemTypeEnum