C# Класс Google.KML.geListStyle

Represents the ListStyle object, or how icons should show up in the places window
Наследование: geObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BgColor geColor
ItemIcons List
ListItemType geListItemTypeEnum

Открытые методы

Метод Описание
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geListStyle ( ) : System

Описание методов

ToKML() публичный Метод

Renders the object and any children as KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Результат void

geListStyle() публичный Метод

public geListStyle ( ) : System
Результат System

Описание свойств

BgColor публичное свойство

Background color for the snippet
public geColor,Google.KML BgColor
Результат geColor

ItemIcons публичное свойство

The collection of icons to be used for this style
public List ItemIcons
Результат List

ListItemType публичное свойство

The type of item to display in the places window
public geListItemTypeEnum ListItemType
Результат geListItemTypeEnum