KmlFeatureStylePolygon Property |
Specifies the drawing style for all polygons, including polygon extrusions and line extrusions.
Use to indicate a missing style.
Default Value is .
Namespace:
Aspose.Gis.Formats.Kml.Styles
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic KmlPolygonStyle Polygon { get; set; }
Public Property Polygon As KmlPolygonStyle
Get
Set
public:
property KmlPolygonStyle^ Polygon {
KmlPolygonStyle^ get ();
void set (KmlPolygonStyle^ value);
}
member Polygon : KmlPolygonStyle with get, set
Property Value
Type:
KmlPolygonStyle
See Also