Class PolyStyle
Represents KML PolyStyle element.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PolyStyle : Object
Constructors
PolyStyle()
Initializes a new instance of the PolyStyle class.
Declaration
public PolyStyle()
PolyStyle(XElement)
Initializes a new instance of the PolyStyle class.
Declaration
public PolyStyle(XElement polyStyle)
Parameters
System.Xml.Linq.XElement
polyStyle
PolyStyle element to get data from. |
Properties
Color
Gets or sets line color.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
|
Fill
Gets or sets value which indicates whether the polygon should be filled.
Declaration
public bool Fill { get; set; }
Property Value
System.Boolean
|
Outline
Gets or sets value which indicates whether the polygon should be outlined.
Declaration
public bool Outline { get; set; }
Property Value
System.Boolean
|