Function Label.valign

Controls the text's vertical align. Supports top, center, bottom, and fill. Set it to one of the valign constants.

Label.VAlign valign() nothrow @property @nogc;

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