Skip to main content

NodeStyleSetPaddingLeft

Function NodeStyleSetPaddingLeft 

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

§Safety

Set the padding left of a node instance.

§Arguments

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

§Example

NodeStyleSetPaddingLeft(node, value);