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]
  2. double percentVisible [@property setter]
    struct Label
    @nogc nothrow @property
    void
    percentVisible
    (
    double v
    )

Meta