Gtk.SpinButton.Digits Property
Manage the precision that this SpinButton's value is displayed with.

Syntax

[GLib.Property("digits")]
public uint Digits { set; get; }

Value

The maximum number of digits that the SpinButton will currently display.

Remarks

Up to 20 digit precision is allowed.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)