Skip to main content

NodeStyleSetPaddingRightAuto

Function NodeStyleSetPaddingRightAuto 

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

§Safety

Set the padding right of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetPaddingRightAuto(node);