Vcl.ExtCtrls.TFlowPanel.VerticalAlignment
Delphi
property VerticalAlignment: TVerticalAlignment read FVerticalAlignment write SetVerticalAlignment default 2;
C++
__property VerticalAlignment = {default=2};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TFlowPanel |
Description
Sets the vertical position of the caption. {{#multireplace:Vcl.ExtCtrls.TFlowPanel.VerticalAlignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomPanel.VerticalAlignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomPanel.VerticalAlignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Sets the vertical position of the caption.
Use the VerticalAlignment property to control the position of the caption within the panel. Choose one of the following values.
| Value | Description |
|---|---|
|
taAlignBottom |
The caption displays at the bottom of the panel. |
|
taAlignTop |
The caption displays at the top of the panel. |
|
taVerticalCenter |
The caption displays at the center of the panel. |
Note: Use the Alignment property to control the horizontal position of the caption.