Class IconStyle
Represents KML IconStyle element.
Inheritance
System.Object
IconStyle
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IconStyle : Object
Constructors
IconStyle(XElement)
Initializes a new instance of the IconStyle class.
Declaration
public IconStyle(XElement iconStyle)
Parameters
System.Xml.Linq.XElement
iconStyle
IconStyle element to get data from. |
Properties
HotSpot
Gets or sets hot spot settings.
Declaration
public HotSpot HotSpot { get; set; }
Property Value
HotSpot
|
IconUrl
Gets or sets icon URL.
Declaration
public string IconUrl { get; set; }
Property Value
System.String
|
Scale
Gets or sets icon's scale.
Declaration
public double Scale { get; set; }
Property Value
System.Double
|