Class LineStyle
Represents KML LineStyle element.
Inheritance
System.Object
LineStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class LineStyle
Constructors
LineStyle()
Initializes a new instance of the LineStyle class.
Declaration
public LineStyle()
LineStyle(XmlElement)
Initializes a new instance of the LineStyle class.
Declaration
public LineStyle(XmlElement lineStyle)
Parameters
System.Xml.XmlElement
lineStyle
LineStyle element to get data from. |
Properties
Color
Gets or sets line color.
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
Width
Gets or sets line width.
Declaration
public double Width { get; set; }
Property Value
System.Double
|