Vcl.WinXCtrls.TToggleSwitch.AutoSize

提供:RAD Studio API Documentation

Delphi

property AutoSize;

C++

__property AutoSize = {default=1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitch

説明

コントロールの境界を SwitchHeightSwitchWidthStateCaptions の各プロパティを基に調整するかどうかを示します。 Vcl.WinXCtrls.TToggleSwitch.AutoSize は Vcl.WinXCtrls.TCustomToggleSwitch.AutoSize を継承しています。以下の内容はすべて Vcl.WinXCtrls.TCustomToggleSwitch.AutoSize を参照しています。

コントロールの境界を SwitchHeightSwitchWidthStateCaptions の各プロパティを基に調整するかどうかを示します。

デフォルトは True です。

関連項目