RichTextLabel.percentVisible

The range of characters to display, as a double between 0.0 and 1.0. When assigned an out of range value, it's the same as assigning 1.0. Note: Setting this property updates visibleCharacters based on current getTotalCharacterCount.

  1. double percentVisible [@property getter]
    struct RichTextLabel
    @nogc nothrow @property
    double
    percentVisible
    ()
  2. double percentVisible [@property setter]

Meta