Click or drag to resize

ProgressDialogAnimation Property

Gets or sets the animation to show on the progress dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AnimationResource Animation { 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