次の方法で共有


PropertyAnimation.Control2 プロパティ

定義

3 次ベジエ曲線の 2 番目のコントロール ポイントの位置を取得します。このオブジェクトのこのプロパティを時間の経過と同時にアニメーション化する方法について説明します。

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

プロパティ値

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

実装

適用対象

こちらもご覧ください