Class IconStyle
Represents KML IconStyle element.
Inheritance
System.Object
IconStyle
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.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class IconStyle
Constructors
IconStyle(XmlElement)
Initializes a new instance of the IconStyle class.
Declaration
public IconStyle(XmlElement iconStyle)
Parameters
System.Xml.XmlElement
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
|