Syntax
GapSize = LayoutGridGetGapSizeColumns(Layout)Description
Retrieves the current size of the gaps (gutters) between columns in a Grid layout.
Parameters
Layout
The handle of the Grid layout object. If #Null, it targets
the current layout.
Return Value
Returns the column 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, LayoutGridSetGapSizeColumns, LayoutGridGetGapSize, LayoutGridGetGapSizeRows
Supported OS
Windows, Linux