IAnimatedVisual2 Interface

Definition

public interface class IAnimatedVisual2 : IAnimatedVisual, IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1983528715, 38348, 23023, 152, 144, 20, 120, 104, 89, 157, 233)]
struct IAnimatedVisual2 : IAnimatedVisual, IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
[Windows.Foundation.Metadata.Guid(1983528715, 38348, 23023, 152, 144, 20, 120, 104, 89, 157, 233)]
public interface IAnimatedVisual2 : IAnimatedVisual, System.IDisposable
Public Interface IAnimatedVisual2
Implements IAnimatedVisual, IDisposable
Attributes
Implements

Properties

Duration

Gets the duration 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).

(Inherited from IAnimatedVisual)
RootVisual

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).

(Inherited from IAnimatedVisual)
Size

Gets the size 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).

(Inherited from IAnimatedVisual)

Methods

CreateAnimations()
DestroyAnimations()
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to