Label._align

Controls the text's horizontal align. Supports left, center, right, and fill, or justify. Set it to one of the _align constants.

  1. Label.Align _align [@property getter]
  2. long _align [@property setter]
    struct Label
    @nogc nothrow @property
    void
    _align
    (
    long v
    )

Meta