Class
RadMapPolyline

Represents the RadMapPolyline class

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

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

Syntax:

cs-api-definition
public class RadMapPolyline

Inheritance: objectRadMapPolyline

Constructors

RadMapPolyline(Polyline)

Represents the RadMapPolyline class

Declaration

cs-api-definition
public RadMapPolyline(Polyline polyline)

Parameters

polyline

Polyline

Properties

Polyline

Get and Set the Polyline

Declaration

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

Property Value

Polyline

PolylinePointsCollection

Gets a list of Points

Declaration

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

Property Value

List<Point>

PolylineStrokeValue

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

Declaration

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

Property Value

string

Stroke

Get the Polyline stroke

Declaration

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

Property Value

Color

StrokeThickness

Get the Polyline StrokeThickness

Declaration

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

Property Value

double

Visibility

Get the Polyline visibility

Declaration

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

Property Value

Visibility