Class KmlIconStyle

KmlIconStyle class

Specifies how icons for kml:Placemarks and kml:PhotoOverlay with a kml:Point geometry are drawn in an earth browser’s list and geographic views.

public class KmlIconStyle : KmlAbstractColorStyle

Constructors

NameDescription
KmlIconStyle()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.
Heading { get; set; }Direction (North, South, East, West), in decimal degrees. Values range from 0 (North) to 360 degrees. Default Value is ‘0’.
HotSpot { get; set; }Specifies the position of the reference point on the icon that is anchored to the Point specified in the Placemark. Default value is null means the HotSpot is missed.
Resource { get; set; }Specifies the resource location. Default value is null means the Icon is missed.
Scale { get; set; }Specifies a scale factor that shall be applied to the graphic element. Default Value is ‘1’.

See Also