Control.anchorLeft

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

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

Meta