CompositionAnimation.Target Property
Definition
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
Property Value
The target of the animation.