Class LineStyle
Represents KML LineStyle element.
Inheritance
System.Object
LineStyle
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LineStyle : Object
Constructors
LineStyle()
Initializes a new instance of the LineStyle class.
Declaration
public LineStyle()
LineStyle(XElement)
Initializes a new instance of the LineStyle class.
Declaration
public LineStyle(XElement lineStyle)
Parameters
System.Xml.Linq.XElement
lineStyle
LineStyle element to get data from. |
Properties
Color
Gets or sets line color.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
|
Width
Gets or sets line width.
Declaration
public double Width { get; set; }
Property Value
System.Double
|