Vcl.ActnMan.TCustomActionBar.Orientation
Delphi
property Orientation: TBarOrientation read FOrientation write SetOrientation;
C++
__property TBarOrientation Orientation = {read=FOrientation, write=SetOrientation, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Description
Spécifie la manière dont la bande d'action organise ses éléments enfant.
Les valeurs possibles pour Orientation sont les suivantes :
Valeur | Signification |
---|---|
boLeftToRight |
Les éléments sont restitués par lignes, de gauche à droite. |
boRightToLeft |
Les éléments sont restitués par lignes, de droite à gauche. |
boTopToBottom |
Les éléments sont restitués en colonnes, de haut en bas. |
boBottomToTop |
Les éléments sont restitués en colonnes, de bas en haut. |