Syntax
AlignMode = LayoutFlexGetAlignItems(Layout)
Description
Retrieves the current default alignment mode for items along the cross axis within 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 alignment constants if successful:
#PG_Flex_AlignItems_Stretch
#PG_Flex_AlignItems_Start
#PG_Flex_AlignItems_Center
#PG_Flex_AlignItems_End
; #PG_Flex_AlignItems_Baseline
Returns #False (0) if the layout handle is invalid or if the layout is not of type Flexbox.
See Also
LayoutSetType, LayoutFlexSetAlignItems
Supported OS
Windows, Linux