Control.anchorBottom

Anchors the bottom edge of the node to the origin, the center, or the end of its parent control. It changes how the bottom margin updates when the node moves or changes size. You can use one of the anchor constants for convenience.

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

Meta