Skip to main content

NodeStyleSetBorderRight

Function NodeStyleSetBorderRight 

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

§Safety

Set the border right of a node instance.

§Arguments

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

§Example

NodeStyleSetBorderRight(node, value);