  | ProgressDialogAnimation Property  | 
 
            Gets or sets the animation to show on the progress dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AnimationResource Animation { get; set; }Public Property Animation As AnimationResource
	Get
	Set
public:
property AnimationResource^ Animation {
	AnimationResource^ get ();
	void set (AnimationResource^ value);
}member Animation : AnimationResource with get, set
Property Value
Type: 
AnimationResource
            An instance of 
AnimationResource which specifies the animation to show, or 
            to show no animation. The default value is 
.
            
Remarks
              This property has no effect on Windows Vista or later. On Windows XP, this property will default to
              a flying papers animation.
            
              This property must be set before ShowDialog or Show is called. Changing property has
              no effect while the dialog is being displayed.
            
See Also