Skip to main content

NodeStyleSetBorderRightAuto

Function NodeStyleSetBorderRightAuto 

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

§Safety

Set the border right of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetBorderRightAuto(node);