FMX.Grid.TGridModel.TRectCoord.BottomRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TopLeft, BottomRight: TGridModel.TCoord;

C++

TGridModel::TCoord BottomRight;

Properties

Type Visibility Source Unit Parent
field public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TRectCoord

Description

Grid coordinates of the cell on the bottom right corner.

See Also