IAnimatedVisual Interface

Definition

An animated Composition.Visual that can be used by other objects, such as an AnimatedVisualPlayer or AnimatedIcon.

public interface class IAnimatedVisual : IClosable
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
/// [Windows.Foundation.Metadata.Version(1)]
struct IAnimatedVisual : IClosable
/// [Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
struct IAnimatedVisual : IClosable
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
[Windows.Foundation.Metadata.Version(1)]
public interface IAnimatedVisual : System.IDisposable
[Windows.Foundation.Metadata.Guid(1684010505, 64875, 24559, 189, 192, 156, 52, 239, 243, 60, 100)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public interface IAnimatedVisual : System.IDisposable
Public Interface IAnimatedVisual
Implements IDisposable
Derived
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute GuidAttribute VersionAttribute ContractVersionAttribute
Implements

Properties

Duration

Gets the duration of the animated visual.

RootVisual

Gets the root Visual of the animated visual.

Size

Gets the size of the animated visual.

Methods

Dispose()

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

Applies to