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

Represents KML IconStyle element.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class IconStyleData

Inheritance: objectIconStyleData

Constructors

Initializes a new instance of the IconStyleData class.

C#
public IconStyleData(XElement iconStyle)
Parameters:iconStyleXElement

IconStyle element to get data from.

Properties

Gets or sets hot spot settings.

C#
public string 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; }