DiscreteThicknessKeyFrame コンストラクター

定義

DiscreteThicknessKeyFrame クラスの新しいインスタンスを初期化します。

オーバーロード

DiscreteThicknessKeyFrame()

DiscreteThicknessKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteThicknessKeyFrame(Thickness)

指定した終了値を使用して DiscreteThicknessKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteThicknessKeyFrame(Thickness, KeyTime)

指定した終了値とキー時刻を使用して DiscreteThicknessKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteThicknessKeyFrame()

DiscreteThicknessKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteThicknessKeyFrame();
public DiscreteThicknessKeyFrame ();
Public Sub New ()

適用対象

DiscreteThicknessKeyFrame(Thickness)

指定した終了値を使用して DiscreteThicknessKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteThicknessKeyFrame(System::Windows::Thickness value);
public DiscreteThicknessKeyFrame (System.Windows.Thickness value);
new System.Windows.Media.Animation.DiscreteThicknessKeyFrame : System.Windows.Thickness -> System.Windows.Media.Animation.DiscreteThicknessKeyFrame
Public Sub New (value As Thickness)

パラメーター

value
Thickness

キー フレームの終了値 (「ターゲット値」)。

適用対象

DiscreteThicknessKeyFrame(Thickness, KeyTime)

指定した終了値とキー時刻を使用して DiscreteThicknessKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteThicknessKeyFrame(System::Windows::Thickness value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteThicknessKeyFrame (System.Windows.Thickness value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteThicknessKeyFrame : System.Windows.Thickness * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteThicknessKeyFrame
Public Sub New (value As Thickness, keyTime As KeyTime)

パラメーター

value
Thickness

キー フレームの終了値 (「ターゲット値」)。

keyTime
KeyTime

キーフレームのキー時刻。 キー時刻によりターゲット値に到達する時点が決まります。この時刻はキーフレームが終了する時点にもなります。

適用対象