C# 클래스 Google.KML.geListStyle

Represents the ListStyle object, or how icons should show up in the places window
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
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