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