Click or drag to resize

AnimationResource Class

Represents an animation for the ProgressDialog loaded from a Win32 resource.
Inheritance Hierarchy
SystemObject
  Ookii.Dialogs.WpfAnimationResource

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class AnimationResource

The AnimationResource type exposes the following members.

Constructors
  NameDescription
Public methodAnimationResource
Initializes a new instance of the AnimationResource class.
Top
Properties
  NameDescription
Public propertyResourceFile
Gets the name of the file containing the animation resource.
Public propertyResourceId
Gets the ID of the animation resource.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetShellAnimation
Gets a default animation from shell32.dll.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also