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]
  2. long visibleCharacters [@property setter]
    struct RichTextLabel
    @nogc nothrow @property
    void
    visibleCharacters
    (
    long v
    )

Meta