Function RichTextLabel.tabSize

The number of spaces associated with a single tab length. Does not affect \t in text tags, only indent tags.

long tabSize() nothrow @property @nogc;

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