Class PolyBezierSegment
PolyBezierSegment
public sealed class PolyBezierSegment : PathSegment, INotifyPropertyChanged
- Inheritance
-
PolyBezierSegment
- Implements
- Inherited Members
- Extension Methods
Constructors
PolyBezierSegment()
public PolyBezierSegment()
PolyBezierSegment(IEnumerable<Point>, bool)
public PolyBezierSegment(IEnumerable<Point> points, bool isStroked)
Parameters
points
IEnumerable<Point>isStroked
bool
Fields
PointsProperty
Points DirectProperty definition
public static readonly DirectProperty<PolyBezierSegment, Points?> PointsProperty
Field Value
Properties
Points
Gets or sets the Point collection that defines this PolyBezierSegment object.
[Content]
public Points? Points { get; set; }
Property Value
- Points
The points.
Methods
ToString()
public override string ToString()