RichTextLabel.visibleCharacters

The restricted number of characters to display in the label. If -1, all characters will be displayed. Note: Setting this property updates percentVisible based on current getTotalCharacterCount.

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

Meta