Class PathFigure
Represents path figure.
Inheritance
System.Object
PathFigure
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.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class PathFigure
Constructors
PathFigure()
Properties
IsClosed
Gets or sets if the path figure is closed.
Declaration
public bool IsClosed { get; set; }
Property Value
System.Boolean
If the path figure is closed. |
Segments
Gets the path segments collection.
Declaration
public PathSegmentCollection Segments { get; }
Property Value
PathSegmentCollection
The path segments collection. |
StartPoint
Gets or sets the start point.
Declaration
public Point StartPoint { get; set; }
Property Value
System.Windows.Point
The start point. |