Function NodeStyleSetBottom
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetBottom(node: NodePtr, value: f32)
Expand description
§Safety
Set the bottom of a node instance.
§Arguments
node - Raw pointer to the Node instance
value - Bottom type
§Example
NodeStyleSetBottom(node, value);