共用方式為


OpacityAnimation.Control2 屬性

定義

取得三次方貝茲曲線的第二個控制點位置,描述不透明度如何隨著時間產生動畫效果。

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

屬性值

控制點的位置。

實作

適用於

另請參閱