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