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