Skip to main content

NodeStyleSetPaddingTopAuto

Function NodeStyleSetPaddingTopAuto 

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

§Safety

Set the padding top of a node instance to auto.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetPaddingTopAuto(node);