Class
LineStyle

Represents KML LineStyle element.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class LineStyle

Inheritance: objectLineStyle

Constructors

LineStyle()

Initializes a new instance of the LineStyle class.

Declaration

cs-api-definition
public LineStyle()

LineStyle(XmlElement)

Initializes a new instance of the LineStyle class.

Declaration

cs-api-definition
public LineStyle(XmlElement lineStyle)

Parameters

lineStyle

XmlElement

LineStyle element to get data from.

Properties

Color

Gets or sets line color.

Declaration

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

Property Value

Color

Width

Gets or sets line width.

Declaration

cs-api-definition
public double Width { get; set; }

Property Value

double