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

Represents KML LineStyle element.

Definition

Namespace:Telerik.Windows.Controls.Map

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

LineStyle element to get data from.

Properties

Color

Color

Gets or sets line color.

C#
public Color Color { get; set; }

Gets or sets line width.

C#
public double Width { get; set; }