Vcl.WinXCtrls.TToggleSwitch.AutoSize

From RAD Studio API Documentation

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default 1;

C++

__property AutoSize = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitch

Description

Indicates whether the control adjusts its bounds based on the SwitchHeight, SwitchWidth, and StateCaptions properties. {{#multireplace:Vcl.WinXCtrls.TToggleSwitch.AutoSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.WinXCtrls.TCustomToggleSwitch.AutoSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.WinXCtrls.TCustomToggleSwitch.AutoSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Indicates whether the control adjusts its bounds based on the SwitchHeight, SwitchWidth, and StateCaptions properties.

Default is True.

See Also