Class
RadMapPolygon

Represents the RadMapPolygon class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class RadMapPolygon

Inheritance: objectRadMapPolygon

Constructors

RadMapPolygon(Polygon)

Represents the RadMapPolygon class

Declaration

cs-api-definition
public RadMapPolygon(Polygon polygon)

Parameters

polygon

Polygon

Properties

Color

Get the Polygon color

Declaration

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

Property Value

Color

Polygon

Get and Set the Polygon

Declaration

cs-api-definition
public Polygon Polygon { get; }

Property Value

Polygon

PolygonColorValue

Get the selected color RGB representation. Example: '255:0:0'.

Declaration

cs-api-definition
public string PolygonColorValue { get; }

Property Value

string

PolygonPointsCollection

Gets a list of Points

Declaration

cs-api-definition
public List<Point> PolygonPointsCollection { get; }

Property Value

List<Point>

PolygonStrokeValue

Get the selected color RGB representation. Example: '255:0:0'.

Declaration

cs-api-definition
public string PolygonStrokeValue { get; }

Property Value

string

Stroke

Get the Polygon stroke

Declaration

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

Property Value

Color

StrokeThickness

Get the Polygon StrokeThickness

Declaration

cs-api-definition
public double StrokeThickness { get; }

Property Value

double

Visibility

Get the Polygon visibility

Declaration

cs-api-definition
public Visibility Visibility { get; }

Property Value

Visibility