Class
LineStyle

Represents KML LineStyle element.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.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(XElement)

Initializes a new instance of the LineStyle class.

Declaration

cs-api-definition
public LineStyle(XElement lineStyle)

Parameters

lineStyle

XElement

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