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
StringKeyFrame() |
Initialise une nouvelle instance de la classe StringKeyFrame. |
StringKeyFrame(String) |
Initialise une nouvelle instance de la classe StringKeyFrame qui possède le Value cible spécifié. |
StringKeyFrame(String, KeyTime) |
Initialise une nouvelle instance de la classe StringKeyFrame qui possède les Value et KeyTime cibles spécifiés. |
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 classe StringKeyFrame qui possède le Value cible spécifié.
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 de la nouvelle instance StringKeyFrame.
S’applique à
StringKeyFrame(String, KeyTime)
Initialise une nouvelle instance de la classe StringKeyFrame qui possède les Value et KeyTime cibles spécifiés.
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 de la nouvelle instance StringKeyFrame.
- keyTime
- KeyTime
KeyTime de la nouvelle instance StringKeyFrame.