Control.marginBottom

Distance between the node's bottom edge and its parent control, based on anchorBottom. 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.

  1. double marginBottom [@property getter]
    struct Control
    @nogc nothrow @property
    double
    marginBottom
    ()
  2. double marginBottom [@property setter]

Meta