[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enables or disables auto-sizing for the control to its content.
Source position: stdctrls.pp line 1614
public property TCustomLabel.AutoSize : Boolean |
The action performed depends on the control type. For example, a label or button can become bigger or smaller to accommodate a longer or shorter caption.
The default value for the property is True in TCustomLabel.
|
Allows automatic adjustment of the size for the control, according to its content. |