Class IconStyleData
Represents KML IconStyle element.
Inheritance
System.Object
IconStyleData
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IconStyleData : Object
Constructors
IconStyleData(XElement)
Initializes a new instance of the IconStyleData class.
Declaration
public IconStyleData(XElement iconStyle)
Parameters
System.Xml.Linq.XElement
iconStyle
IconStyle element to get data from. |
Properties
HotSpot
Gets or sets hot spot settings.
Declaration
public string HotSpot { get; set; }
Property Value
System.String
|
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
|