BezierSegment.Point3 Property
Definition
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
Identifier field | Point3Property |
Metadata properties set to true |
None |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.