Vcl.ActnMan.TCustomActionBar.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

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

boLeftToRight

Items are rendered in rows, from left to right.

boRightToLeft

Items are rendered in rows, from right to left.

boTopToBottom

Items are rendered in columns, from top to bottom.

boBottomToTop

Items are rendered in columns, from bottom to top.


See Also