Function Control.setMargin
Sets the margin identified by margin
constant from margin
enum to given offset
. A setter method for marginBottom
, marginLeft
, marginRight
and marginTop
.
void setMargin
(
const(long) margin,
const(double) offset
) nothrow @nogc;