IAnimatedVisual 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
其他物件可以使用的動畫 Composition.Visual ,例如 AnimatedVisualPlayer 或 AnimatedIcon。
本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。
public interface class IAnimatedVisual : IClosable
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Guid(2215643417, 40469, 20742, 150, 71, 150, 84, 237, 227, 53, 222)]
/// [Windows.Foundation.Metadata.Version(1)]
struct IAnimatedVisual : IClosable
/// [Windows.Foundation.Metadata.Guid(2215643417, 40469, 20742, 150, 71, 150, 84, 237, 227, 53, 222)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
struct IAnimatedVisual : IClosable
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Guid(2215643417, 40469, 20742, 150, 71, 150, 84, 237, 227, 53, 222)]
[Windows.Foundation.Metadata.Version(1)]
public interface IAnimatedVisual : System.IDisposable
[Windows.Foundation.Metadata.Guid(2215643417, 40469, 20742, 150, 71, 150, 84, 237, 227, 53, 222)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public interface IAnimatedVisual : System.IDisposable
Public Interface IAnimatedVisual
Implements IDisposable
- 衍生
- 屬性
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute GuidAttribute VersionAttribute ContractVersionAttribute
- 實作
屬性
Duration |
取得動畫視覺效果的持續時間。 本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。 |
RootVisual |
取得動畫視覺效果的根 視覺效果 。 本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。 |
Size |
取得動畫視覺效果的大小。 本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。 |
方法
Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 |