IDocumentSelectorProperties.SwitchDocumentAnimationFramesCount Property
Gets or sets the number of frames used for Document switch animation. This property affects all Content Containers within this View that support such animation.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the number of frames used for Document switch animation. |
Remarks
The SwitchDocumentAnimationFramesCount property allows you to customize the number of switch Documents animation frames. This animation is available for all PageGroup and TabbedGroup containers whose IDocumentSelectorProperties.SwitchDocumentAnimationMode property is not set to None. The greater the SwitchDocumentAnimationFramesCount property value, the smoother the switch animation looks. You can also increase or decrease time cells between neighboring animation frames via the IDocumentSelectorProperties.SwitchDocumentAnimationFrameInterval property.
The SwitchDocumentAnimationFramesCount property affects all containers within this View. To override this global setting for individual containers, use the IDocumentSelectorDefaultProperties.SwitchDocumentAnimationFramesCount property instead.