FMX.TabControl.TTabTransitionDirection
Delphi
TTabTransitionDirection = (Normal, Reversed);
C++
enum class DECLSPEC_DENUM TTabTransitionDirection : unsigned char { Normal, Reversed };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | FMX.TabControl.pas FMX.TabControl.hpp  | 
        FMX.TabControl | FMX.TabControl | 
Description
Specifies the direction of the transition used when switching tab items.
The following table lists the values of TTabTransitionDirection
| Name | Description | 
|---|---|
Normal
 | 
Normal left-to-right tab item switching transition effect. | 
Reversed
 | 
Reversed right-to-left tab item switching transition effect. | 
See discussion in GotoVisibleTab.