共用方式為


PropertyAnimation.Control1 屬性

定義

取得三次方 Bézier 曲線的第一個控制點位置,描述這個物件的這個屬性在一段時間內應該如何產生動畫效果。

public:
 property Point Control1 { Point get(); };
Point Control1();
public Point Control1 { get; }
var point = propertyAnimation.control1;
Public ReadOnly Property Control1 As Point

屬性值

控制點的位置。

實作

適用於

另請參閱