New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

C#
public class RadMapPolygon

Inheritance: objectRadMapPolygon

Constructors

C#
public RadMapPolygon(Polygon polygon)
Parameters:polygonPolygon

Properties

C#
public Color Color { get; }
C#
public Polygon Polygon { get; }
C#
public string PolygonColorValue { get; }
C#
public List<Point> PolygonPointsCollection { get; }
C#
public string PolygonStrokeValue { get; }
C#
public Color Stroke { get; }
C#
public double StrokeThickness { get; }
C#
public Visibility Visibility { get; }