Label.percentVisible

Limits the amount of visible characters. If you set percent_visible to 0.5, only up to half of the text's characters will display on screen. Useful to animate the text in a dialog box.

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

Meta