FMX.TabControl.TTabTransitionDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabTransitionDirection = (Normal, Reversed);

C++

enum class DECLSPEC_DENUM TTabTransitionDirection : unsigned char { Normal, Reversed, tdNormal _DEPRECATED_ATTRIBUTE3("Use TTabTransitionDirection.Normal")  = 0x0, tdReversed _DEPRECATED_ATTRIBUTE3("Use TTabTransitionDirection.Reversed")  = 0x1 };

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.

See Also