Control.anchorTop

Anchors the top edge of the node to the origin, the center or the end of its parent container. It changes how the top margin updates when the node moves or changes size. Use one of the ANCHOR_* constants. Default value: ANCHOR_BEGIN.

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

Meta