Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Google
KML
gePolyStyle
C# Class 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).
Inheritance:
geColorStyle
Show file
Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY
Class Usage Examples
Public Properties
Property
Type
Description
Fill
bool
Outline
bool
Public Methods
Method
Description
ToKML
(
XmlTextWriter
kml
) :
void
Render to KML
Method Details
ToKML()
public
method
Render to KML
public
ToKML
(
XmlTextWriter
kml
) :
void
kml
System.Xml.XmlTextWriter
return
void
Property Details
Fill
public property
Boolean value (default=1). Specifies whether to fill the polygon
public
bool
Fill
return
bool
Outline
public property
Boolean value (default=1). Specifies whether to outline the polygon. Polygon outlines use the current LineStyle.
public
bool
Outline
return
bool