Vcl.ActnMan.TCustomActionBar.Orientation
Delphi
property Orientation: TBarOrientation read FOrientation write SetOrientation;
C++
__property TBarOrientation Orientation = {read=FOrientation, write=SetOrientation, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Description
Specifies how the action band lays out its child items.
The possible values of Orientation are:
Value | Meaning |
---|---|
|
Items are rendered in rows, from left to right. |
|
Items are rendered in rows, from right to left. |
|
Items are rendered in columns, from top to bottom. |
|
Items are rendered in columns, from bottom to top. |