Skip to main content

NodeStyleSetBorderTop

Function NodeStyleSetBorderTop 

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

§Safety

Set the border top of a node instance.

§Arguments

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

§Example

NodeStyleSetBorderTop(node, value);