次の方法で共有


TranslationAnimation.Control1 プロパティ

定義

3 次ベジエ曲線の最初のコントロール ポイントの位置を取得します。これは、時間の経過に伴う平行移動のアニメーション化方法を説明します。

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

プロパティ値

コントロール ポイントの場所。

実装

適用対象

こちらもご覧ください