共用方式為


TranslationAnimation.Control2 屬性

定義

取得三次方 Bézier 曲線的第二個控制點位置,此曲線描述翻譯在一段時間內的動畫效果。

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

屬性值

控制點的位置。

實作

適用於

另請參閱