Label.uppercase

If true, all the text displays as UPPERCASE.

  1. bool uppercase [@property getter]
  2. bool uppercase [@property setter]
    struct Label
    @nogc nothrow @property
    void
    uppercase
    (
    bool v
    )

Meta