TranslationAnimation.Control2 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得三次方 Bézier 曲線的第二個控制點位置,此曲線描述翻譯在一段時間內的動畫效果。
public:
property Point Control2 { Point get(); };
Point Control2();
public Point Control2 { get; }
var point = translationAnimation.control2;
Public ReadOnly Property Control2 As Point
屬性值
控制點的位置。
實作
適用於
另請參閱