Skip to main content

NodeStyleSetPaddingBottomNone

Function NodeStyleSetPaddingBottomNone 

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

§Safety

Set the padding bottom of a node instance to undefined.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetPaddingBottomNone(node);