Skip to main content

NodeLayoutGetPaddingBottom

Function NodeLayoutGetPaddingBottom 

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

§Safety

Get the padding bottom of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Padding bottom

§Example

NodeLayoutGetPaddingBottom(node);