Class LineStyle
Inheritance
System.Object
LineStyle
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class LineStyle : Object
Constructors
LineStyle()
Declaration
public LineStyle()
LineStyle(XElement)
Declaration
public LineStyle(XElement lineStyle)
Parameters
|
System.Xml.Linq.XElement
lineStyle
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
|
Windows.UI.Color
|
Width
Declaration
public double Width { get; set; }
Property Value
|
System.Double
|