共用方式為


PropertyAnimation.Control2 屬性

定義

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

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

屬性值

控制點的位置。

實作

適用於

另請參閱