Control.marginLeft

Distance between the node's left edge and its parent control, based on anchorLeft. 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 marginLeft [@property getter]
  2. double marginLeft [@property setter]
    struct Control
    @nogc nothrow @property
    void
    marginLeft
    (
    double v
    )

Meta