Skip to main content

NodeStyleSetFlexDirection

Function NodeStyleSetFlexDirection 

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

§Safety

Set the flex direction of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Flex direction

§Example

NodeStyleSetFlexDirection(node, value);