StringKeyFrame Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe StringKeyFrame.
Surcharges
| Nom | Description |
|---|---|
| StringKeyFrame() |
Initialise une nouvelle instance de la classe StringKeyFrame. |
| StringKeyFrame(String) |
Initialise une nouvelle instance de la StringKeyFrame classe qui a la cible Valuespécifiée. |
| StringKeyFrame(String, KeyTime) |
Initialise une nouvelle instance de la StringKeyFrame classe qui a la cible Value spécifiée et KeyTime. |
StringKeyFrame()
Initialise une nouvelle instance de la classe StringKeyFrame.
protected:
StringKeyFrame();
protected StringKeyFrame();
Protected Sub New ()
S’applique à
StringKeyFrame(String)
Initialise une nouvelle instance de la StringKeyFrame classe qui a la cible Valuespécifiée.
protected:
StringKeyFrame(System::String ^ value);
protected StringKeyFrame(string value);
new System.Windows.Media.Animation.StringKeyFrame : string -> System.Windows.Media.Animation.StringKeyFrame
Protected Sub New (value As String)
Paramètres
- value
- String
Value Nouvelle StringKeyFrame instance.
S’applique à
StringKeyFrame(String, KeyTime)
Initialise une nouvelle instance de la StringKeyFrame classe qui a la cible Value spécifiée et KeyTime.
protected:
StringKeyFrame(System::String ^ value, System::Windows::Media::Animation::KeyTime keyTime);
protected StringKeyFrame(string value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.StringKeyFrame : string * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.StringKeyFrame
Protected Sub New (value As String, keyTime As KeyTime)
Paramètres
- value
- String
Value Nouvelle StringKeyFrame instance.
- keyTime
- KeyTime
KeyTime Nouvelle StringKeyFrame instance.