Class
PolyStyle

Represents KML PolyStyle element.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class PolyStyle

Inheritance: objectPolyStyle

Constructors

PolyStyle()

Initializes a new instance of the PolyStyle class.

Declaration

cs-api-definition
public PolyStyle()

PolyStyle(XElement)

Initializes a new instance of the PolyStyle class.

Declaration

cs-api-definition
public PolyStyle(XElement polyStyle)

Parameters

polyStyle

XElement

PolyStyle element to get data from.

Properties

Color

Gets or sets line color.

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

Fill

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

Declaration

cs-api-definition
public bool Fill { get; set; }

Property Value

bool

Outline

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

Declaration

cs-api-definition
public bool Outline { get; set; }

Property Value

bool