LinearThicknessKeyFrame Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci LinearThicknessKeyFrame třídy.
Přetížení
LinearThicknessKeyFrame() |
Inicializuje novou instanci LinearThicknessKeyFrame třídy. |
LinearThicknessKeyFrame(Thickness) |
Inicializuje novou instanci LinearThicknessKeyFrame třídy se zadanou koncovou hodnotou. |
LinearThicknessKeyFrame(Thickness, KeyTime) |
Inicializuje novou instanci LinearThicknessKeyFrame třídy se zadanou koncovou hodnotou a časem klíče. |
LinearThicknessKeyFrame()
Inicializuje novou instanci LinearThicknessKeyFrame třídy.
public:
LinearThicknessKeyFrame();
public LinearThicknessKeyFrame ();
Public Sub New ()
Platí pro
LinearThicknessKeyFrame(Thickness)
Inicializuje novou instanci LinearThicknessKeyFrame třídy se zadanou koncovou hodnotou.
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)
Parametry
- value
- Thickness
Koncová hodnota (označovaná také jako "cílová hodnota") pro rámec klíče.
Platí pro
LinearThicknessKeyFrame(Thickness, KeyTime)
Inicializuje novou instanci LinearThicknessKeyFrame třídy se zadanou koncovou hodnotou a časem klíče.
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)
Parametry
- value
- Thickness
Koncová hodnota (označovaná také jako "cílová hodnota") pro rámec klíče.
- keyTime
- KeyTime
Doba klíče pro snímek klíče. Doba klíče určuje, kdy je dosažena cílová hodnota, což je také při ukončení rámce klíče.