共用方式為


TranslationAnimation.Control1 屬性

定義

取得三次方 Bézier 曲線的第一個控制點位置,該曲線描述翻譯如何隨著時間產生動畫效果。

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

屬性值

控制點的位置。

實作

適用於

另請參閱