KmlPolygonStyle Class

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

Namespace:  Aspose.Gis.Formats.Kml.Styles
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class KmlPolygonStyle : KmlAbstractColorStyle

The KmlPolygonStyle type exposes the following members.

Constructors
  NameDescription
Public methodKmlPolygonStyle
Initializes a new instance of the KmlPolygonStyle class
Properties
  NameDescription
Public propertyColor
Specifies the color of the graphic element. Default value White.
(Inherited from KmlAbstractColorStyle.)
Public propertyColorMode
Specifies the color mode of the graphic element. Default Value: normal.
(Inherited from KmlAbstractColorStyle.)
Public propertyFill
Specifies whether to fill the polygon. Default value is .
Public propertyOutline
Specifies whether to outline the polygon. Default value is .
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also