Function StyleBoxFlat.setExpandMarginIndividual
Sets the expand margin for each margin to size_left
, size_top
, size_right
, and size_bottom
pixels.
void setExpandMarginIndividual
(
const(double) size_left,
const(double) size_top,
const(double) size_right,
const(double) size_bottom
) nothrow @nogc;