Skip to main content

NodeStyleSetPaddingTopNone

Function NodeStyleSetPaddingTopNone 

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

§Safety

Set the padding top of a node instance to undefined.

§Arguments

  • node - Raw pointer to the Node instance

§Example

NodeStyleSetPaddingTopNone(node);