PolyStyle
Class
Represents KML PolyStyle element.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class PolyStyle
Inheritance: objectPolyStyle
Constructors
Initializes a new instance of the PolyStyle class.
C#
public PolyStyle()
Initializes a new instance of the PolyStyle class.
C#
public PolyStyle(XElement polyStyle)
PolyStyle element to get data from.
Properties
Color
Color
Gets or sets line color.
C#
public Color Color { get; set; }
Gets or sets value which indicates whether the polygon should be filled.
C#
public bool Fill { get; set; }