FMX.Grid.Style.TStyledGrid.WorkRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WorkRect: TRectF read GetWorkRect;

C++

__property System::Types::TRectF WorkRect = {read=GetWorkRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Coordinates of the area that is visible on the grid.

Coordinates are relative to the grid content.

See Also