Syntax
GapSize = LayoutGridGetGapSizeRows(Layout)Description
Retrieves the current size of the gaps (gutters) between rows in a Grid layout.
Parameters
Layout
The handle of the Grid layout object. If #Null, it targets
the current layout.
Return Value
Returns the row gap size as an Integer. Returns #False
(0) if the layout handle is invalid or if the layout is not of type
Grid.
See Also
LayoutSetType, LayoutGridSetGapSizeRows, LayoutGridGetGapSize, LayoutGridGetGapSizeColumns
Supported OS
Windows, Linux