Skip to main content

NodeStyleGetFlexDirection

Function NodeStyleGetFlexDirection 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleGetFlexDirection( node: NodePtr, ) -> FlexDirectionType
Expand description

§Safety

Get the flex direction of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • FlexDirectionType - Flex direction type

§Example

NodeStyleGetFlexDirection(node);