Syntax
WrapMode = LayoutFlexGetWrap(Layout)
Description
Retrieves the current wrapping mode for a Flexbox layout container.
Parameters
Layout
The handle of the Flexbox layout object. If #Null, it targets the current layout.
Return Value
Returns one of the wrapping constants if successful:
#PG_Flex_Wrap_None
#PG_Flex_Wrap_Enabled
Returns #False (0) if the layout handle is invalid or if the layout is not of type Flexbox.
See Also
LayoutSetType, LayoutFlexSetWrap
Supported OS
Windows, Linux