FMX.Objects.TSelectionPoint.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read GetHeight write SetHeight stored False;

C++

__property Height;

Properties

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

Description

Defines the Height of the bounds rectangle of the selection point object.

Width and Height define the bounds rectangle the selection point. The selection point becomes selected when the mouse pointer is placed over this bounds rectangle.

See Also