Click or drag to resize

UserInterfaceSliderDigitPrecision Property

Number of digits of precision for the slider. If you want the slider to only represent integer values, set the Digits value to 0.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int DigitPrecision { get; set; }

Property Value

Type: Int32
See Also