WidgetView.DocumentAnimationProperties Property
Provides access to properties that manage document animation for this WidgetView.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DocumentAnimationProperties DocumentAnimationProperties { get; }
Property Value
Type | Description |
---|---|
DocumentAnimationProperties | A DocumentAnimationProperties object that stores properties that manage document animation for this WidgetView. |
Remarks
The DocumentAnimationProperties property provides access to the FrameCount and FrameInterval properties that specify the number of frames involved in animation and the time span between two frames respectively. Use these properties to speed up or slow down document animations.
DocumentAnimationProperties settings affect all animation types seen in the WidgetView, which are:
- start-up animation (the WidgetView.AllowStartupAnimation property);
- document drag-and-drop animation;
- wobble animation in Table Layout mode (the WidgetView.AllowDragDropWobbleAnimation property).
To reset all DocumentAnimationProperties settings to their default values, use the WidgetView.ResetDocumentAnimationProperties method.