Skip to main content

NodeStyleSetBorderBottomAuto

Function NodeStyleSetBorderBottomAuto 

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

§Safety

Set the border bottom of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetBorderBottomAuto(node);