Function Label.visibleCharacters

Restricts the number of characters to display. Set to -1 to disable.

long visibleCharacters() nothrow @property @nogc;

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