Function NodeStyleSetBorderTopAuto
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetBorderTopAuto(node: NodePtr)
Expand description
§Safety
Set the border top of a node instance to auto.
§Arguments
node - Raw pointer to the Node instance
§Example
NodeStyleSetBorderTopAuto(node);