Class
KmlStyle

Represents KML style element.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Kml")]
public class KmlStyle

Inheritance: objectKmlStyle

Constructors

KmlStyle(XElement)

Initializes a new instance of the KmlStyle class.

Declaration

cs-api-definition
public KmlStyle(XElement style)

Parameters

style

XElement

KML style element to get data from.

Properties

BalloonStyle

Gets or sets balloon style.

Declaration

cs-api-definition
public BalloonStyle BalloonStyle { get; set; }

Property Value

BalloonStyle

IconStyle

Gets or sets IconStyle.

Declaration

cs-api-definition
public IconStyle IconStyle { get; set; }

Property Value

IconStyle

LineStyle

Gets or sets line style.

Declaration

cs-api-definition
public LineStyle LineStyle { get; set; }

Property Value

LineStyle

PolyStyle

Gets or sets polygon style.

Declaration

cs-api-definition
public PolyStyle PolyStyle { get; set; }

Property Value

PolyStyle