KmlFeatureStyle Class

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

NameDescription
KmlFeatureStyle()Create new instance.

Properties

NameTypeAccessDescription
balloonKmlBalloonStyler/wSpecifies how the description balloon for placemarks is drawn.
Use to indicate a missing style.
Default Value is .
iconKmlIconStyler/wSpecifies how icons for point Placemarks are drawn.
Use to indicate a missing style.
Default Value is .
labelKmlLabelStyler/wSpecifies how labels of a Feature are drawn.
Use to indicate a missing style.
Default Value is .
lineKmlLineStyler/wSpecifies the drawing style (color, color mode, and line width) for all line geometry.
Use to indicate a missing style.
Default Value is .
listKmlListStyler/wSpecifies how a Feature is displayed in the list view.
Use to indicate a missing style.
Default Value is .
null [static]IFeatureStylerGets an instance of null style.
polygonKmlPolygonStyler/wSpecifies the drawing style for all polygons, including polygon extrusions and line extrusions.
Use to indicate a missing style.
Default Value is .

Constructor: KmlFeatureStyle()

 KmlFeatureStyle() 

Create new instance.