Skip to main content

NodeStyleSetBorderLeft

Function NodeStyleSetBorderLeft 

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

§Safety

Set the border left of a node instance.

§Arguments

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

§Example

NodeStyleSetBorderLeft(node, value);