AnimationBehavior class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.AnimationBehavior
Modifiers: public static
Summary¶
AnimationBehavior.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Fields¶
| Name | Summary |
|---|---|
| static AnimateInDesignModeProperty | The animate in design mode property. |
| static AnimationCompletedEvent | The animation completed event. |
| static AnimationStartedEvent | The animation started event. |
| static AnimatorProperty | The animator property. |
| static AutoStartProperty | The automatic start property. |
| static CacheFramesInMemoryProperty | The cache frames in memory property. |
| static DownloadProgressEvent | The download progress event. |
| static ErrorEvent | The error event. |
| static LoadedEvent | The loaded event. |
| static RepeatBehaviorProperty | The repeat behavior property. |
| static SourceStreamProperty | The source stream property. |
| static SourceUriProperty | The source URI property. |
Methods¶
| Name | Summary |
|---|---|
| static AddAnimationCompletedHandler | Adds the animation completed handler. |
| static AddAnimationStartedHandler | Adds the animation started handler. |
| static AddDownloadProgressHandler | Adds the download progress handler. |
| static AddErrorHandler | Adds the error handler. |
| static AddLoadedHandler | Adds the loaded handler. |
| static GetAnimateInDesignMode | Gets the animate in design mode. |
| static GetAnimator | Gets the animator. |
| static GetAutoStart | Gets the automatic start. |
| static GetCacheFramesInMemory | Gets the cache frames in memory. |
| static GetDownloadCacheLocation | Gets the download cache location. |
| static GetRepeatBehavior | Gets the repeat behavior. |
| static GetSourceStream | Gets the source stream. |
| static GetSourceUri | Gets the source URI. |
| static RemoveAnimationCompletedHandler | Removes the animation completed handler. |
| static RemoveAnimationStartedHandler | Removes the animation started handler. |
| static RemoveDownloadProgressHandler | Removes the download progress handler. |
| static RemoveErrorHandler | Removes the error handler. |
| static RemoveLoadedHandler | Removes the loaded handler. |
| static SetAnimateInDesignMode | Sets the animate in design mode. |
| static SetAutoStart | Sets the automatic start. |
| static SetCacheFramesInMemory | Sets the cache frames in memory. |
| static SetDownloadCacheLocation | Sets the download cache location. |
| static SetRepeatBehavior | Sets the repeat behavior. |
| static SetSourceStream | Sets the source stream. |
| static SetSourceUri | Sets the source URI. |