FMX.TabControl.TTabTransitionDirection

提供: RAD Studio API Documentation
移動先: 案内検索

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 };

プロパティ

種類 可視性 ソース ユニット
enum public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl FMX.TabControl

説明

タブ項目を切り替えるときに使用する遷移の方向を示します。


TTabTransitionDirection の値の一覧を以下の表に示します。

名前 説明
Normal 通常の左から右へのタブ項目切り替え遷移効果。
Reversed 逆方向の右から左へのタブ項目切り替え遷移効果。

関連項目