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

Represents KML LineStyle element.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class LineStyle

Inheritance: objectLineStyle

Constructors

Initializes a new instance of the LineStyle class.

C#
public LineStyle()

Initializes a new instance of the LineStyle class.

C#
public LineStyle(XmlElement lineStyle)
Parameters:lineStyleXmlElement

LineStyle element to get data from.

Properties

Gets or sets line color.

C#
public Color Color { get; set; }

Gets or sets line width.

C#
public double Width { get; set; }