Class IconStyleData
Represents KML IconStyle element.
Inheritance
System.Object
IconStyleData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IconStyleData
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
|