CompositionAnimation.Target Property
Definition
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; }
Public Property Target As String
Property Value
The target of the animation.