Skip to main content

NodeStyleSetBorderLeftAuto

Function NodeStyleSetBorderLeftAuto 

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

§Safety

Set the border left of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetBorderLeftAuto(node);