FMX.Layouts.TGridLayout.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TOrientation read FOrientation write SetOrientation;

C++

__property Fmx::Controls::TOrientation Orientation = {read=FOrientation, write=SetOrientation, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridLayout

Description

Specifies the orientation of the graphical controls that are part of this grid.

The Orientation property can be set to either Horizontal or Vertical in order to change the grid's orientation (and the position of the graphical objects in this grid) to either horizontal (left to right) or vertical (top to bottom).

See Also