FMX.Grid.Style.TStyledGrid.PaintRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PaintRect: TRectF read GetPaintRect;

C++

__property System::Types::TRectF PaintRect = {read=GetPaintRect};

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 must be painted.

See Also