LayoutGridGetRowDefault

Syntax

Size.d = LayoutGridGetRowDefault(Layout, *isPercent.Integer=#Null)

Description

Retrieves the default template size definition used for implicitly created grid rows.

Parameters

Layout
The handle of the Grid layout object. If #Null, it targets the current layout.

*isPercent.Integer (optional)
A pointer to an integer variable that will receive #True if the returned size is a percentage value, or #False otherwise.

Return Value

Returns the default template size value as a floating-point number (Double). This can be a specific value, a percentage, or one of the special constants:

Returns #False (0.0) if the layout handle was invalid.

See Also

LayoutSetType, LayoutGridSetRowDefault, LayoutGridGetRow, LayoutGridGetRowMinDefault, LayoutGridGetRowMaxDefault

Supported OS

Windows, Linux