Class QuadraticBezierSegment
public sealed class QuadraticBezierSegment : PathSegment, INotifyPropertyChanged
- Inheritance
-
QuadraticBezierSegment
- Implements
- Inherited Members
- Extension Methods
Constructors
QuadraticBezierSegment()
public QuadraticBezierSegment()
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
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.
Methods
ToString()
public override string ToString()