Class RadMapPath
Inheritance
System.Object
RadMapPath
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadMapPath : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadMapPath(Path)
Properties
CenterXPoint
Declaration
public double[] CenterXPoint { get; }
Property Value
System.Double[]
|
CenterYPoint
Declaration
public double[] CenterYPoint { get; }
Property Value
System.Double[]
|
Color
Figures
Declaration
public List<PathFigure> Figures { get; }
Property Value
System.Collections.Generic.List<PathFigure>
|
GradientStops
Declaration
public List<GradientStop> GradientStops { get; }
Property Value
System.Collections.Generic.List<GradientStop>
|
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
Path
PathColorValue
Declaration
public string PathColorValue { get; }
Property Value
System.String
|
PathData
Declaration
public object PathData { get; }
Property Value
System.Object
|
PathPointsCollection
Declaration
public List<Point> PathPointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection10
Declaration
public List<Point> PathPointsCollection10 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection11
Declaration
public List<Point> PathPointsCollection11 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection12
Declaration
public List<Point> PathPointsCollection12 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection13
Declaration
public List<Point> PathPointsCollection13 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection14
Declaration
public List<Point> PathPointsCollection14 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection15
Declaration
public List<Point> PathPointsCollection15 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection2
Declaration
public List<Point> PathPointsCollection2 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection3
Declaration
public List<Point> PathPointsCollection3 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection4
Declaration
public List<Point> PathPointsCollection4 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection5
Declaration
public List<Point> PathPointsCollection5 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection6
Declaration
public List<Point> PathPointsCollection6 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection7
Declaration
public List<Point> PathPointsCollection7 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection8
Declaration
public List<Point> PathPointsCollection8 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathPointsCollection9
Declaration
public List<Point> PathPointsCollection9 { get; }
Property Value
System.Collections.Generic.List<Point>
|
PathStrokeValue
Declaration
public string PathStrokeValue { get; }
Property Value
System.String
|
RadiusX
Declaration
public double[] RadiusX { get; }
Property Value
System.Double[]
|
RadiusY
Declaration
public double[] RadiusY { get; }
Property Value
System.Double[]
|
Stroke
StrokeThickness
Declaration
public double StrokeThickness { get; }
Property Value
System.Double
|
Visibility
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
XValue
Declaration
public double XValue { get; }
Property Value
System.Double
|
YValue
Declaration
public double YValue { get; }
Property Value
System.Double
|
Methods
GetPathPoints(PathFigure)
Declaration
protected IEnumerable<Point> GetPathPoints(PathFigure figure)
Parameters
PathFigure
figure
|
Returns
System.Collections.Generic.IEnumerable<Point>
|