Share via


LinearThicknessKeyFrame コンストラクター

定義

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

オーバーロード

LinearThicknessKeyFrame()

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

LinearThicknessKeyFrame(Thickness)

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

LinearThicknessKeyFrame(Thickness, KeyTime)

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

LinearThicknessKeyFrame()

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

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

適用対象

LinearThicknessKeyFrame(Thickness)

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

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

パラメーター

value
Thickness

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

適用対象

LinearThicknessKeyFrame(Thickness, KeyTime)

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

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

パラメーター

value
Thickness

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

keyTime
KeyTime

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

適用対象