Skip to main content

NodeStyleSetPaddingBottom

Function NodeStyleSetPaddingBottom 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetPaddingBottom( node: NodePtr, value: f32, )
Expand description

§Safety

Set the padding bottom of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Padding bottom type

§Example

NodeStyleSetPaddingBottom(node, value);