Class
IconStyleData

Represents KML IconStyle element.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class IconStyleData

Inheritance: objectIconStyleData

Constructors

IconStyleData(XElement)

Initializes a new instance of the IconStyleData class.

Declaration

cs-api-definition
public IconStyleData(XElement iconStyle)

Parameters

iconStyle

XElement

IconStyle element to get data from.

Properties

HotSpot

Gets or sets hot spot settings.

Declaration

cs-api-definition
public string HotSpot { get; set; }

Property Value

string

IconUrl

Gets or sets icon URL.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
public string IconUrl { get; set; }

Property Value

string

Scale

Gets or sets icon's scale.

Declaration

cs-api-definition
public double Scale { get; set; }

Property Value

double