Function StyleBoxFlat.expandMarginBottom
Expands the stylebox outside of the control rect on the bottom edge. Useful in combination with borderWidthBottom
to draw a border outside the control rect.
double expandMarginBottom() nothrow @property @nogc;
void expandMarginBottom
(
double v
) nothrow @property @nogc;