AnimatedVisualPlayer : FrameworkElement
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of AnimatedVisualPlayer
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
Implemented properties
Property | Supported on |
---|---|
Stretch Stretch | all platforms supported by Uno Platform |
IAnimatedVisualSource Source | all platforms supported by Uno Platform |
double PlaybackRate | all platforms supported by Uno Platform |
DataTemplate FallbackContent | all platforms supported by Uno Platform |
bool AutoPlay | all platforms supported by Uno Platform |
TimeSpan Duration | all platforms supported by Uno Platform |
bool IsAnimatedVisualLoaded | all platforms supported by Uno Platform |
bool IsPlaying | all platforms supported by Uno Platform |
DependencyProperty AutoPlayProperty | all platforms supported by Uno Platform |
DependencyProperty DurationProperty | all platforms supported by Uno Platform |
DependencyProperty FallbackContentProperty | all platforms supported by Uno Platform |
DependencyProperty IsAnimatedVisualLoadedProperty | all platforms supported by Uno Platform |
DependencyProperty IsPlayingProperty | all platforms supported by Uno Platform |
DependencyProperty PlaybackRateProperty | all platforms supported by Uno Platform |
DependencyProperty SourceProperty | all platforms supported by Uno Platform |
DependencyProperty StretchProperty | all platforms supported by Uno Platform |
Implemented methods
Method | Supported on |
---|---|
void Pause() | all platforms supported by Uno Platform |
IAsyncAction PlayAsync(double, double, bool) | all platforms supported by Uno Platform |
void Resume() | all platforms supported by Uno Platform |
void SetProgress(double) | all platforms supported by Uno Platform |
void Stop() | all platforms supported by Uno Platform |
Below are all properties, methods, and events of AnimatedVisualPlayer
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
object Diagnostics | all platforms supported by Uno Platform |
CompositionObject ProgressObject | all platforms supported by Uno Platform |
PlayerAnimationOptimization AnimationOptimization | all platforms supported by Uno Platform |
DependencyProperty DiagnosticsProperty | all platforms supported by Uno Platform |
DependencyProperty AnimationOptimizationProperty | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.