Class RadMapPolyline
Inheritance
System.Object
RadMapPolyline
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadMapPolyline
Constructors
RadMapPolyline(Polyline)
Properties
Polyline
PolylinePointsCollection
Declaration
public List<Point> PolylinePointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
PolylineStrokeValue
Declaration
public string PolylineStrokeValue { get; }
Property Value
System.String
|
Stroke
StrokeThickness
Declaration
public double StrokeThickness { get; }
Property Value
System.Double
|