ClassRadMapPath
Represents the RadMapPath class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadMapPath : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadMapPath
Implements:
Inherited Members
Constructors
RadMapPath(Path)
Represents the RadMapPath class
Properties
CenterXPoint
Get the Center X point property
CenterYPoint
Get the Center Y point property
Color
Get the Path color
Figures
Gets a list of Figures
Declaration
public List<PathFigure> Figures { get; }
Property Value
GradientStops
Get the Path Fill GradientStops
Declaration
public List<GradientStop> GradientStops { get; }
Property Value
Height
Get the Path height
PathColorValue
Get the selected color RGB representation. Example: '255:0:0'.
PathData
Gets a string representing path's Figures data
PathPointsCollection
Get the Path Points collections.
PathPointsCollection10
Get the Path Points collections.
PathPointsCollection11
Get the Path Points collections.
PathPointsCollection12
Get the Path Points collections.
PathPointsCollection13
Get the Path Points collections.
PathPointsCollection14
Get the Path Points collections.
PathPointsCollection15
Get the Path Points collections.
PathPointsCollection2
Get the Path Points collections.
PathPointsCollection3
Get the Path Points collections.
PathPointsCollection4
Get the Path Points collections.
PathPointsCollection5
Get the Path Points collections.
PathPointsCollection6
Get the Path Points collections.
PathPointsCollection7
Get the Path Points collections.
PathPointsCollection8
Get the Path Points collections.
PathPointsCollection9
Get the Path Points collections.
PathStrokeValue
Get the selected color RGB representation. Example: '255:0:0'.
RadiusX
Get the RadiusX property
RadiusY
Get the RadiusY property
Stroke
Get the Path stroke
StrokeThickness
Get the Path StrokeThickness
Visibility
Get the Path visibility
Width
Get the Path width
XValue
Get the Path XValue
Methods
GetPathPoints(PathFigure)
Get the Path Points.
Declaration
protected IEnumerable<Point> GetPathPoints(PathFigure figure)
Parameters
figure
Returns
IEnumerable<Point>