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 KmlStyle

Inheritance: objectKmlStyle

Constructors

Initializes a new instance of the KmlStyle class.

C#
public KmlStyle(XElement style)
Parameters:styleXElement

KML style element to get data from.

Properties

Gets or sets balloon style.

C#
public BalloonStyle BalloonStyle { get; set; }

Gets or sets IconStyle.

C#
public IconStyle 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; }