FMX.Objects.TSelectionPoint.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read GetWidth write SetWidth stored False;

C++

__property Width;

Properties

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

Description

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

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

See Also