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

Represents KML style element.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class KmlStyleData

Inheritance: objectKmlStyleData

Constructors

Initializes a new instance of the KmlStyleData class.

C#
public KmlStyleData(XElement style)
Parameters:styleXElement

KML style element to get data from.

Properties

Gets or sets balloon style.

C#
public BalloonStyleData BalloonStyle { get; set; }

Gets or sets IconStyle.

C#
public IconStyleData IconStyle { get; set; }

Gets or sets line style.

C#
public LineStyle LineStyle { get; set; }

Gets or sets polygon style.

C#
public PolyStyle PolyStyle { get; set; }