BezierSegment.Point3 Property

Definition

Gets or sets the end point of the curve.

public:
 property System::Windows::Point Point3 { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point Point3 { get; set; }
member this.Point3 : System.Windows.Point with get, set
Public Property Point3 As Point

Property Value

The end point of the curve.

Remarks

The BezierSegment class does not contain a property for the starting point of the curve; it only defines the end point. The beginning point of the curve is the current point of the PathFigure to which the BezierSegment is added.

Dependency Property Information

Identifier field Point3Property
Metadata properties set to true None

Applies to