Class IconStyleData
Inheritance
System.Object
IconStyleData
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class IconStyleData : Object
Constructors
IconStyleData(XElement)
Declaration
public IconStyleData(XElement iconStyle)
Parameters
|
System.Xml.Linq.XElement
iconStyle
|
Properties
HotSpot
Declaration
public string HotSpot { get; set; }
Property Value
|
System.String
|
IconUrl
Declaration
public string IconUrl { get; set; }
Property Value
|
System.String
|
Scale
Declaration
public double Scale { get; set; }
Property Value
|
System.Double
|