FMX.Objects.TSelection.MinSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinSize: Integer read FMinSize write SetMinSize default 15;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TSelection

Description

Defines the minimum possible values for the width and height of the TSelection object.

See Also