Function SpinBox.suffix

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

String suffix() nothrow @property @nogc;

void suffix (
  String v
) nothrow @property @nogc;