SpinBox.suffix

Adds the specified suffix string after the numerical value of the SpinBox.

  1. String suffix [@property getter]
  2. String suffix [@property setter]
    struct SpinBox
    @nogc nothrow @property
    void
    suffix
    (
    String v
    )

Meta