FMX.Grid.Style.TStyledGrid.RowThickness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowThickness: Integer read GetRowThickness;

C++

__property int RowThickness = {read=GetRowThickness, nodefault};

Properties

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

Description

Thickness, in pixels, of the lines between rows.

See Also