ThicknessKeyFrame Konstruktoren
Definition
Initialisiert eine neue Instanz der ThicknessKeyFrame-Klasse.Initializes a new instance of the ThicknessKeyFrame class.
Überlädt
ThicknessKeyFrame() |
Initialisiert eine neue Instanz der ThicknessKeyFrame-Klasse.Initializes a new instance of the ThicknessKeyFrame class. |
ThicknessKeyFrame(Thickness) |
Initialisiert eine neue Instanz der ThicknessKeyFrame-Klasse, die den angegebenen Ziel-Value hat.Initializes a new instance of the ThicknessKeyFrame class that has the specified target Value. |
ThicknessKeyFrame(Thickness, KeyTime) |
Initialisiert eine neue Instanz der ThicknessKeyFrame-Klasse, die den angegebenen Ziel-Value und die KeyTime aufweist.Initializes a new instance of the ThicknessKeyFrame class that has the specified target Value and KeyTime. |
ThicknessKeyFrame()
Initialisiert eine neue Instanz der ThicknessKeyFrame-Klasse.Initializes a new instance of the ThicknessKeyFrame class.
protected:
ThicknessKeyFrame();
protected ThicknessKeyFrame ();
Protected Sub New ()
ThicknessKeyFrame(Thickness)
Initialisiert eine neue Instanz der ThicknessKeyFrame-Klasse, die den angegebenen Ziel-Value hat.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)
Parameter
- value
- Thickness
Die Value der neuen ThicknessKeyFrame-Instanz.The Value of the new ThicknessKeyFrame instance.
ThicknessKeyFrame(Thickness, KeyTime)
Initialisiert eine neue Instanz der ThicknessKeyFrame-Klasse, die den angegebenen Ziel-Value und die KeyTime aufweist.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
Parameter
- value
- Thickness
Die Value der neuen ThicknessKeyFrame-Instanz.The Value of the new ThicknessKeyFrame instance.
- keyTime
- KeyTime
Die KeyTime der neuen ThicknessKeyFrame-Instanz.The KeyTime of the new ThicknessKeyFrame instance.