CompositionAnimation.Target Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The target of the 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
The target of the animation.
For a list of animatable properties, see the remarks on CompostionObject.StartAnimation.
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|