Class KmlStyleData
Represents KML style element.
Inheritance
System.Object
KmlStyleData
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class KmlStyleData : Object
Constructors
KmlStyleData(XElement)
Initializes a new instance of the KmlStyleData class.
Declaration
public KmlStyleData(XElement style)
Parameters
System.Xml.Linq.XElement
style
KML style element to get data from. |
Properties
BalloonStyle
Gets or sets balloon style.
Declaration
public BalloonStyleData BalloonStyle { get; set; }
Property Value
BalloonStyleData
|
IconStyle
Gets or sets IconStyle.
Declaration
public IconStyleData IconStyle { get; set; }
Property Value
IconStyleData
|
LineStyle
Gets or sets line style.
Declaration
public LineStyle LineStyle { get; set; }
Property Value
LineStyle
|
PolyStyle
Gets or sets polygon style.
Declaration
public PolyStyle PolyStyle { get; set; }
Property Value
PolyStyle
|