Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BezierSegment.Point3 Property

Definition

Namespace:
System.Windows.Media
Assembly:
PresentationCore.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Item Value
Identifier field Point3Property
Metadata properties set to true None

Applies to


Feedback

Was this page helpful?