Sets the AutoSize property.
procedure SetAutoSize(Value: Boolean); override;
SetAutoSize is the protected access method for the AutoSize property. It is exposed as a protected method so descendants can override it to change the implementation of the AutoSize property.
TJSCustomLabel Methods