Skip to main content

NodeLayoutGetPaddingTop

Function NodeLayoutGetPaddingTop 

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

§Safety

Get the padding top of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Padding top

§Example

NodeLayoutGetPaddingTop(node);