Skip to main content

NodeStyleSetPaddingRight

Function NodeStyleSetPaddingRight 

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

§Safety

Set the padding right of a node instance.

§Arguments

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

§Example

NodeStyleSetPaddingRight(node, value);