KmlFeatureStyle Class
Contents
[
Hide
]Summary: Styles affect how Geometry is presented.
Ths styles are encoded in the document section and have a unique identifier for each style.
These are known as ‘shared styles’ in the kml specification.
Module: aspose.gis.formats.kml.styles
Full Name: aspose.gis.formats.kml.styles.KmlFeatureStyle
Inheritance: IFeatureStyle, FeatureStyle
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| KmlFeatureStyle() | Create new instance. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| balloon | KmlBalloonStyle | r/w | Specifies how the description balloon for placemarks is drawn. Use Default Value is |
| icon | KmlIconStyle | r/w | Specifies how icons for point Placemarks are drawn. Use Default Value is |
| label | KmlLabelStyle | r/w | Specifies how labels of a Feature are drawn. Use Default Value is |
| line | KmlLineStyle | r/w | Specifies the drawing style (color, color mode, and line width) for all line geometry. Use Default Value is |
| list | KmlListStyle | r/w | Specifies how a Feature is displayed in the list view. Use Default Value is |
| null [static] | IFeatureStyle | r | Gets an instance of null style. |
| polygon | KmlPolygonStyle | r/w | Specifies the drawing style for all polygons, including polygon extrusions and line extrusions. Use Default Value is |
Constructor: KmlFeatureStyle()
KmlFeatureStyle()
Create new instance.