Class KmlFeatureStyle

KmlFeatureStyle class

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.

public class KmlFeatureStyle : FeatureStyle

Constructors

NameDescription
KmlFeatureStyle()The default constructor.

Properties

NameDescription
Balloon { get; set; }Specifies how the description balloon for placemarks is drawn. Use null to indicate a missing style. Default Value is null.
Icon { get; set; }Specifies how icons for point Placemarks are drawn. Use null to indicate a missing style. Default Value is null.
Label { get; set; }Specifies how labels of a Feature are drawn. Use null to indicate a missing style. Default Value is null.
Line { get; set; }Specifies the drawing style (color, color mode, and line width) for all line geometry. Use null to indicate a missing style. Default Value is null.
List { get; set; }Specifies how a Feature is displayed in the list view. Use null to indicate a missing style. Default Value is null.
Polygon { get; set; }Specifies the drawing style for all polygons, including polygon extrusions and line extrusions. Use null to indicate a missing style. Default Value is null.

See Also