Class KmlPolygonStyle

KmlPolygonStyle class

Specifies the drawing style for a Polygon, including a Polygon and the extruded portion of a kml:Polygon or LineString.

public class KmlPolygonStyle : KmlAbstractColorStyle

Constructors

NameDescription
KmlPolygonStyle()The default constructor.

Properties

NameDescription
Color { get; set; }Specifies the color of the graphic element. Default value White.
ColorMode { get; set; }Specifies the color mode of the graphic element. Default Value: normal.
Fill { get; set; }Specifies whether to fill the polygon. Default value is true.
Outline { get; set; }Specifies whether to outline the polygon. Default value is true.

See Also