Back to Devexpress

IDocumentSelectorProperties.SwitchDocumentAnimationFrameInterval Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-idocumentselectorproperties-f23d55b0.md

latest3.3 KB
Original Source

IDocumentSelectorProperties.SwitchDocumentAnimationFrameInterval Property

Gets or sets the interval between frames, used within switch Documents animation.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int SwitchDocumentAnimationFrameInterval { get; set; }
vb
Property SwitchDocumentAnimationFrameInterval As Integer

Property Value

TypeDescription
Int32

An Int32 value that is the interval between frames, used within switch Documents animation.

|

Remarks

You can turn on the animation that follows switching Documents within PageGroup and TabbedGroup containers via the IDocumentSelectorProperties.SwitchDocumentAnimationMode property. To set this animation’s speed, use the SwitchDocumentAnimationFrameInterval and IDocumentSelectorProperties.SwitchDocumentAnimationFramesCount properties.

The SwitchDocumentAnimationFrameInterval property affects all Content Containerss within this WindowsUIView. To override this global setting for individual containers, use the IDocumentSelectorDefaultProperties.SwitchDocumentAnimationFrameInterval property.

See Also

SwitchDocumentAnimationMode

SwitchDocumentAnimationFramesCount

SwitchDocumentAnimationFrameInterval

IDocumentSelectorProperties Interface

IDocumentSelectorProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace