Function SpinBox.prefix

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

String prefix() nothrow @property @nogc;

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