New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:polyStyleXElement

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; }

Gets or sets value which indicates whether the polygon should be outlined.

C#
public bool Outline { get; set; }