Share via


BezierSegment.Point3 屬性

定義

取得或設定曲線的結束點。

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

屬性值

曲線的結束點。

備註

類別 BezierSegment 不包含曲線起點的屬性;它只會定義結束點。 曲線的起點是 加入 的目前點 PathFigureBezierSegment

相依性屬性資訊

識別碼欄位 Point3Property
設定為 的中繼資料屬性 true

適用於