Class KmlStyle
Represents KML style element.
Inheritance
System.Object
KmlStyle
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class KmlStyle : Object
Constructors
KmlStyle(XElement)
Initializes a new instance of the KmlStyle class.
Declaration
public KmlStyle(XElement style)
Parameters
System.Xml.Linq.XElement
style
KML style element to get data from. |
Properties
BalloonStyle
Gets or sets balloon style.
Declaration
public BalloonStyle BalloonStyle { get; set; }
Property Value
BalloonStyle
|
IconStyle
Gets or sets IconStyle.
Declaration
public IconStyle IconStyle { get; set; }
Property Value
IconStyle
|
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
|