Skip to main content

WidgetView.DocumentAnimationProperties Property

Provides access to properties that manage document animation for this WidgetView.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.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:

To reset all DocumentAnimationProperties settings to their default values, use the WidgetView.ResetDocumentAnimationProperties method.

See Also