Skip to main content

NodeStyleSetMaxHeight

Function NodeStyleSetMaxHeight 

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

§Safety

Set the max height of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Max height type

§Example

NodeStyleSetMaxHeight(node, value);