Class PolyQuadraticBezierSegment
Represents a set of quadratic Bezier segments.
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 PolyQuadraticBezierSegment : PathSegment
Constructors
| Improve this Doc View SourcePolyQuadraticBezierSegment()
Initializes a new instance of the PolyQuadraticBezierSegment class.
Declaration
public PolyQuadraticBezierSegment()
Fields
| Improve this Doc View SourcePointsProperty
Identifies the Points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePoints
Gets or sets the Point collection that defines this PolyQuadraticBezierSegment object.
Declaration
public PointCollection Points { get; set; }
Property Value
Type | Description |
---|---|
PointCollection |