Back to Devexpress

TabFormControl.Transition Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrol-977be833.md

latest2.0 KB
Original Source

TabFormControl.Transition Property

Provides access to state animation parameters.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TabFormControlTransition Transition { get; }
vb
Public ReadOnly Property Transition As TabFormControlTransition

Property Value

TypeDescription
DevExpress.XtraBars.TabFormControlTransition

A DevExpress.XtraBars.TabFormControlTransition object that specifies state animation parameters.

|

Remarks

To specify whether the tab form uses animation effects when switching between tabs, use the AllowTransition setting accessible through the Transition property. If the AllowTransition property is set to Default , the behavior is controlled by the WindowsFormsSettings.AnimationMode global setting. If the global setting is set to EnableAll , the tab pages are changed using animation. Otherwise, the animation is disabled. Use the AllowTransition property to override the global setting for the current tab form, and explicitly specify whether to use animation.

If animation is enabled, you can also specify its type and parameters using the TransitionType setting accessible through the Transition property.

See Also

AnimationMode

TabFormControl Class

TabFormControl Members

DevExpress.XtraBars Namespace