共用方式為


IPropertyAnimation.Control2 屬性

定義

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

public:
 property Point Control2 { Point get(); };
Point Control2();
public Point Control2 { get; }
var point = iPropertyAnimation.control2;
Public ReadOnly Property Control2 As Point

屬性值

控制點的位置。

適用於

另請參閱