Function Label._align

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

Label.Align _align() nothrow @property @nogc;

void _align (
  long v
) nothrow @property @nogc;