Class QuadraticBezierSegment
Creates a quadratic Bezier curve between two points in a PathFigure.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class QuadraticBezierSegment : PathSegment
Constructors
| Improve this Doc View SourceQuadraticBezierSegment()
Initializes a new instance of the QuadraticBezierSegment class.
Declaration
public QuadraticBezierSegment()
Fields
| Improve this Doc View SourcePoint1Property
Identifies the Point1 dependency property.
Declaration
public static readonly DependencyProperty Point1Property
Field Value
Type | Description |
---|---|
DependencyProperty |
Point2Property
Identifies the Point2 dependency property.
Declaration
public static readonly DependencyProperty Point2Property
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePoint1
Gets or sets the control point of the curve.
Declaration
public Point Point1 { get; set; }
Property Value
Type | Description |
---|---|
Point |
Point2
Gets or sets the end Point of this QuadraticBezierSegment.
Declaration
public Point Point2 { get; set; }
Property Value
Type | Description |
---|---|
Point |