FMX.Objects.TSelection.MinSize

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property MinSize: Integer read FMinSize write SetMinSize default 15;

C++

__property int MinSize = {read=FMinSize, write=SetMinSize, default=15};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelection


説明

TSelection オブジェクトの および 高さ に設定可能な、最小値を定義します。

関連項目