ClassPathFigure
Class
A continuous subpath within a PathGeometry, starting at StartPoint and composed of ordered segments.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public class PathFigure
Inheritance: objectPathFigure
Constructors
PathFigure()
Initializes a new instance of the PathFigure class.
Declaration
cs-api-definition
public PathFigure()
Properties
IsClosed
Gets or sets a value indicating whether a closing line connects the last point to the StartPoint.
Declaration
cs-api-definition
public bool IsClosed { get; set; }
Property Value
If the path figure is closed.
Segments
Gets the ordered collection of segments that make up this figure.
Declaration
cs-api-definition
public PathSegmentCollection Segments { get; }
Property Value
The path segments collection.
StartPoint
Gets or sets the first point of the figure where drawing begins.
Declaration
cs-api-definition
public Point StartPoint { get; set; }
Property Value
The start point.