FMX.Controls.TOrientation
Delphi
TOrientation = (Horizontal, Vertical);
C++
enum class DECLSPEC_DENUM TOrientation : unsigned char { Horizontal, Vertical };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Defines the control orientation.
TOrientation defines the different orientations that a control or layout can have.
TOrientation can have the following values:
| Value | Meaning |
|---|---|
|
|
The control or layout is horizontally oriented. |
|
|
The control or layout is vertically oriented. |