Control.setAnchorAndMargin

Works the same as setAnchor, but instead of keep_margin argument and automatic update of margin, it allows to set the margin offset yourself (see setMargin).

struct Control
@nogc nothrow
void
setAnchorAndMargin
(
in long margin
,
in double anchor
,
in double offset
,
in bool push_opposite_anchor = false
)

Meta