FMX.Objects.TSelection.GripSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GripSize: Single read FGripSize write SetGripSize;

C++

__property float GripSize = {read=FGripSize, write=SetGripSize};

Properties

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

Description

Defines the size of the grip controls used to resize the TSelection object.

See Also