Vcl.ExtCtrls.TCustomLinkLabel.AutoSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default True;

C++

__property bool AutoSize = {read=FAutoSize, write=SetAutoSize, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLinkLabel

Description

Specifies whether the control sizes itself automatically to accommodate its contents.

Vcl.ExtCtrls.TCustomLinkLabel.AutoSize inherits from Vcl.Controls.TControl.AutoSize. All content below this line refers to Vcl.Controls.TControl.AutoSize.

Specifies whether the control sizes itself automatically to accommodate its contents.

Use AutoSize to specify whether the control sizes itself automatically. When AutoSize is True, the control resizes automatically when its contents change.

By default, AutoSize is False.

See Also