Vcl.StdCtrls.TCustomLabel.Layout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Layout: TTextLayout read FLayout write SetLayout default tlTop;

C++

__property TTextLayout Layout = {read=FLayout, write=SetLayout, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomLabel

Description

Specifies the vertical placement of the text within the label.

Set Layout to specify how the text of the label is placed within the ClientRect of the label control. Layout is the vertical analog to the Alignment property.

See Also