ISelfPlayingAnimatedVisual Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public interface class ISelfPlayingAnimatedVisual : IAnimatedVisual, IClosable
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Guid(4135422116, 17900, 21717, 185, 240, 124, 124, 204, 55, 251, 131)]
/// [Windows.Foundation.Metadata.Version(1)]
struct ISelfPlayingAnimatedVisual : IAnimatedVisual, IClosable
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Guid(4135422116, 17900, 21717, 185, 240, 124, 124, 204, 55, 251, 131)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
struct ISelfPlayingAnimatedVisual : IAnimatedVisual, IClosable
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Guid(4135422116, 17900, 21717, 185, 240, 124, 124, 204, 55, 251, 131)]
[Windows.Foundation.Metadata.Version(1)]
public interface ISelfPlayingAnimatedVisual : IAnimatedVisual, System.IDisposable
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Guid(4135422116, 17900, 21717, 185, 240, 124, 124, 204, 55, 251, 131)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public interface ISelfPlayingAnimatedVisual : IAnimatedVisual, System.IDisposable
Public Interface ISelfPlayingAnimatedVisual
Implements IAnimatedVisual, IDisposable
- Attribute
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ExperimentalAttribute GuidAttribute VersionAttribute ContractVersionAttribute
- Implementiert
Eigenschaften
Duration |
Ruft die Dauer des animierten Visuals ab. Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces). (Geerbt von IAnimatedVisual) |
RootVisual |
Ruft das Stammvisual des animierten Visuals ab. Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces). (Geerbt von IAnimatedVisual) |
Size |
Ruft die Größe des animierten Visuals ab. Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces). (Geerbt von IAnimatedVisual) |
Methoden
Dispose() |
Führt anwendungsspezifische Aufgaben durch, die mit der Freigabe, der Zurückgabe oder dem Zurücksetzen von nicht verwalteten Ressourcen zusammenhängen. |
Pause() | |
PlayAsync(Double, Double, Boolean) | |
Resume() | |
SetPlaybackRate(Double) | |
SetProgress(Double) | |
SetProgressObject(CompositionPropertySet) | |
SetSize(Size) | |
Stop() |