Class BezierSegment
public sealed class BezierSegment : PathSegment, INotifyPropertyChanged
- Inheritance
-
BezierSegment
- Implements
- Inherited Members
- Extension Methods
Constructors
BezierSegment()
public BezierSegment()
Fields
Point1Property
Defines the Point1 property.
public static readonly StyledProperty<Point> Point1Property
Field Value
Point2Property
Defines the Point2 property.
public static readonly StyledProperty<Point> Point2Property
Field Value
Point3Property
Defines the Point3 property.
public static readonly StyledProperty<Point> Point3Property
Field Value
Properties
Point1
Gets or sets the point1.
public Point Point1 { get; set; }
Property Value
- Point
The point1.
Point2
Gets or sets the point2.
public Point Point2 { get; set; }
Property Value
- Point
The point2.
Point3
Gets or sets the point3.
public Point Point3 { get; set; }
Property Value
- Point
The point3.
Methods
ToString()
public override string ToString()