Control.setMargin

Sets the margin identified by margin constant from margin enum to given offset. A setter method for marginBottom, marginLeft, marginRight and marginTop.

struct Control
@nogc nothrow
void
setMargin
(
in long margin
,
in double offset
)

Meta