FMX.Objects.TSelectionPoint.GripCenter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GripCenter: TPosition read FGripCenter write SetGripCenter;

C++

__property Fmx::Types::TPosition* GripCenter = {read=FGripCenter, write=SetGripCenter};

Properties

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

Description

Defines an offset between the position of the mouse pointer and the shown selection point object when the pressed mouse pointer is moved.

The X and Y values of GripCenter define an offset between the mouse pointer position and the shown selection point object when the pressed mouse pointer is moved.

By default, X and Y equal 0.

See Also