CompositionAnimation.Target Propriété

Définition

Cible de l’animation.

public:
 property Platform::String ^ Target { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Target();

void Target(winrt::hstring value);
public string Target { get; set; }
var string = compositionAnimation.target;
compositionAnimation.target = string;
Public Property Target As String

Valeur de propriété

String

Platform::String

winrt::hstring

Cible de l’animation.

Pour obtenir la liste des propriétés animatables, consultez les remarques sur CompostionObject.StartAnimation.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à