Class PolyBezierSegment
Represents one or more cubic Bezier curves.
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 PolyBezierSegment : PathSegment
Constructors
| Improve this Doc View SourcePolyBezierSegment()
Initializes a new instance of the PolyBezierSegment class.
Declaration
public PolyBezierSegment()
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 PolyBezierSegment object.
Declaration
public PointCollection Points { get; set; }
Property Value
Type | Description |
---|---|
PointCollection |