Class KmlLineStyle

KmlLineStyle class

Specifies how the name of a kml:AbstractFeatureGroup is drawn in the geographic view.

public class KmlLineStyle : KmlAbstractColorStyle

Constructors

NameDescription
KmlLineStyle()The default constructor.

Properties

NameDescription
Color { get; set; }Specifies the color of the graphic element. Default value White.
ColorMode { get; set; }Specifies the color mode of the graphic element. Default Value: normal.
Width { get; set; }Width of the line, in pixels. Default Value is ‘1’.

See Also