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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class KmlStyle

Inheritance: objectKmlStyle

Constructors

Initializes a new instance of the KmlStyle class.

C#
public KmlStyle(XmlElement style)
Parameters:styleXmlElement

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; }