Class
KmlStyle

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class KmlStyle

Inheritance: objectKmlStyle

Constructors

KmlStyle(XmlElement)

Initializes a new instance of the KmlStyle class.

Declaration

cs-api-definition
public KmlStyle(XmlElement style)

Parameters

style

XmlElement

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