SpinBox.prefix

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

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

Meta