FMX.TabControl.TTabTransition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabTransition = (None, Slide);

C++

enum class DECLSPEC_DENUM TTabTransition : unsigned char { None, Slide, ttNone _DEPRECATED_ATTRIBUTE3("Use TTabTransition.None")  = 0x0, ttSlide _DEPRECATED_ATTRIBUTE3("Use TTabTransition.Slide")  = 0x1 };

Properties

Type Visibility Source Unit Parent
enum public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl FMX.TabControl

Description

Specifies the type of transition this TTabControl component uses when switching tab items.

The following table lists the values of TTabTransition

Name Description
None Switches tab items using a simple transition, which does not show any sliding animation.
Slide Switches tab items showing a sliding animation of a transition.

See Also