Skip to main content

NodeStyleSetBottomAuto

Function NodeStyleSetBottomAuto 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetBottomAuto(node: NodePtr)
Expand description

§Safety

Set the bottom of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetBottomAuto(node);