Function Control.anchorRight
Anchors the right edge of the node to the origin, the center or the end of its parent control. It changes how the right margin updates when the node moves or changes size. You can use one of the anchor
constants for convenience.
double anchorRight() nothrow @property @nogc;
void anchorRight
(
double v
) nothrow @property @nogc;