Label.clipText

If true, the Label only shows the text that fits inside its bounding rectangle and will clip text horizontally.

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

Meta