Skip to content

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

NameSummary
static AnimateInDesignModePropertyThe animate in design mode property.
static AnimationCompletedEventThe animation completed event.
static AnimationStartedEventThe animation started event.
static AnimatorPropertyThe animator property.
static AutoStartPropertyThe automatic start property.
static CacheFramesInMemoryPropertyThe cache frames in memory property.
static DownloadProgressEventThe download progress event.
static ErrorEventThe error event.
static LoadedEventThe loaded event.
static RepeatBehaviorPropertyThe repeat behavior property.
static SourceStreamPropertyThe source stream property.
static SourceUriPropertyThe source URI property.

Methods

NameSummary
static AddAnimationCompletedHandlerAdds the animation completed handler.
static AddAnimationStartedHandlerAdds the animation started handler.
static AddDownloadProgressHandlerAdds the download progress handler.
static AddErrorHandlerAdds the error handler.
static AddLoadedHandlerAdds the loaded handler.
static GetAnimateInDesignModeGets the animate in design mode.
static GetAnimatorGets the animator.
static GetAutoStartGets the automatic start.
static GetCacheFramesInMemoryGets the cache frames in memory.
static GetDownloadCacheLocationGets the download cache location.
static GetRepeatBehaviorGets the repeat behavior.
static GetSourceStreamGets the source stream.
static GetSourceUriGets the source URI.
static RemoveAnimationCompletedHandlerRemoves the animation completed handler.
static RemoveAnimationStartedHandlerRemoves the animation started handler.
static RemoveDownloadProgressHandlerRemoves the download progress handler.
static RemoveErrorHandlerRemoves the error handler.
static RemoveLoadedHandlerRemoves the loaded handler.
static SetAnimateInDesignModeSets the animate in design mode.
static SetAutoStartSets the automatic start.
static SetCacheFramesInMemorySets the cache frames in memory.
static SetDownloadCacheLocationSets the download cache location.
static SetRepeatBehaviorSets the repeat behavior.
static SetSourceStreamSets the source stream.
static SetSourceUriSets the source URI.
Inherited members