Class KmlPolygonStyle
Contents
[
Hide
]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
| Name | Description |
|---|---|
| KmlPolygonStyle() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- class KmlAbstractColorStyle
- namespace Aspose.Gis.Formats.Kml.Styles
- assembly Aspose.GIS