C# 클래스 Google.KML.gePolyStyle

Specifies the drawing style for all polygons, including polygon extrusions (which look like the walls of buildings) and line extrusions (which look like solid fences).
상속: geColorStyle
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Fill bool
Outline bool

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void

Render to KML

메소드 상세

ToKML() 공개 메소드

Render to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

Fill 공개적으로 프로퍼티

Boolean value (default=1). Specifies whether to fill the polygon
public bool Fill
리턴 bool

Outline 공개적으로 프로퍼티

Boolean value (default=1). Specifies whether to outline the polygon. Polygon outlines use the current LineStyle.
public bool Outline
리턴 bool