Skip to content

Animator class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.Animator Modifiers: public abstract

Summary

        Animator.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class Animator
class DependencyObject
DependencyObject <|-- Animator
class IDisposable {
    <>
}
IDisposable <|.. Animator

Inherits from: DependencyObject

Implements: IDisposable

Properties

NameSummary
CurrentFrameIndexGets the index of the current frame.
FrameCountGets the frame count.
IsCompleteGets a value indicating whether this instance is complete.
IsPausedGets a value indicating whether this instance is paused.
AnimationSourceGets the animation source.

Methods

NameSummary
FinalizeFinalizes an instance of the [Animator](# class.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
PausePauses this instance.
PlayPlays this instance.
RewindRewinds this instance.
ToStringConverts to string.
GetSpecifiedRepeatBehaviorGets the specified repeat behavior.
OnAnimationCompletedCalled when [animation completed].
OnAnimationStartedCalled when [animation started].
OnCurrentFrameChangedCalled when [current frame changed].
OnErrorCalled when [error].

Events

NameSummary
AnimationCompletedOccurs when [animation completed].
AnimationStartedOccurs when [animation started].
CurrentFrameChangedOccurs when [current frame changed].
ErrorOccurs when [error].

Derived types

Inherited members

See also