RichTextLabel.tabSize

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

  1. long tabSize [@property getter]
  2. long tabSize [@property setter]
    struct RichTextLabel
    @nogc nothrow @property
    void
    tabSize
    (
    long v
    )

Meta