Class KmlLabelStyle

KmlLabelStyle class

Specifies how the label is drawn in the geographic view.

public class KmlLabelStyle : KmlAbstractColorStyle

Constructors

NameDescription
KmlLabelStyle()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.
Scale { get; set; }Specifies a scale factor to be applied to the label. Default value is ‘1’.

See Also