Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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
Afficher le fichier
Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Fill
bool
Outline
bool
Méthodes publiques
Méthode
Description
ToKML
(
XmlTextWriter
kml
) :
void
Render to KML
Method Details
ToKML()
public
méthode
Render to KML
public
ToKML
(
XmlTextWriter
kml
) :
void
kml
System.Xml.XmlTextWriter
Résultat
void
Property Details
Fill
public_oe property
Boolean value (default=1). Specifies whether to fill the polygon
public
bool
Fill
Résultat
bool
Outline
public_oe property
Boolean value (default=1). Specifies whether to outline the polygon. Polygon outlines use the current LineStyle.
public
bool
Outline
Résultat
bool