Function Control.marginRight
Distance between the node's right edge and its parent control, based on anchorRight
.
Margins are often controlled by one or multiple parent Container
nodes, so you should not modify them manually if your node is a direct child of a Container
. Margins update automatically when you move or resize the node.
double marginRight() nothrow @property @nogc;
void marginRight
(
double v
) nothrow @property @nogc;