Button.clipText

When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text. This property is disabled by default.

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

Meta