New to Telerik UI for WinFormsStart a free 30-day trial

Represents KML IconStyle element.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class IconStyle

Inheritance: objectIconStyle

Constructors

Initializes a new instance of the IconStyle class.

C#
public IconStyle(XmlElement iconStyle)
Parameters:iconStyleXmlElement

IconStyle element to get data from.

Properties

Gets or sets hot spot settings.

C#
public HotSpot HotSpot { get; set; }

Gets or sets icon URL.

C#
public string IconUrl { get; set; }

Gets or sets icon's scale.

C#
public double Scale { get; set; }