ThicknessKeyFrame Constructors

Definition

Initializes a new instance of the ThicknessKeyFrame class.

Overloads

ThicknessKeyFrame()

Initializes a new instance of the ThicknessKeyFrame class.

ThicknessKeyFrame(Thickness)

Initializes a new instance of the ThicknessKeyFrame class that has the specified target Value.

ThicknessKeyFrame(Thickness, KeyTime)

Initializes a new instance of the ThicknessKeyFrame class that has the specified target Value and KeyTime.

ThicknessKeyFrame()

Initializes a new instance of the ThicknessKeyFrame class.

protected:
 ThicknessKeyFrame();
protected ThicknessKeyFrame ();
Protected Sub New ()

Applies to

ThicknessKeyFrame(Thickness)

Initializes a new instance of the ThicknessKeyFrame class that has the specified target Value.

protected:
 ThicknessKeyFrame(System::Windows::Thickness value);
protected ThicknessKeyFrame (System.Windows.Thickness value);
new System.Windows.Media.Animation.ThicknessKeyFrame : System.Windows.Thickness -> System.Windows.Media.Animation.ThicknessKeyFrame
Protected Sub New (value As Thickness)

Parameters

value
Thickness

The Value of the new ThicknessKeyFrame instance.

Applies to

ThicknessKeyFrame(Thickness, KeyTime)

Initializes a new instance of the ThicknessKeyFrame class that has the specified target Value and KeyTime.

protected:
 ThicknessKeyFrame(System::Windows::Thickness value, System::Windows::Media::Animation::KeyTime keyTime);
protected ThicknessKeyFrame (System.Windows.Thickness value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.ThicknessKeyFrame : System.Windows.Thickness * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.ThicknessKeyFrame
Protected Sub New (value As Thickness, keyTime As KeyTime)

Parameters

value
Thickness

The Value of the new ThicknessKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new ThicknessKeyFrame instance.

Applies to