Skip to main content

NodeStyleSetBorderBottom

Function NodeStyleSetBorderBottom 

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

§Safety

Set the border bottom of a node instance.

§Arguments

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

§Example

NodeStyleSetBorderBottom(node, value);