IAnimatedVisual.RootVisual Property

Definition

Gets the root Visual of the animated visual.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Visual ^ RootVisual { Visual ^ get(); };
Visual RootVisual();
public Visual RootVisual { get; }
Public ReadOnly Property RootVisual As Visual

Property Value

The root Visual of the animated visual.

Applies to