GH_SliderBaseDecimalPlaces Property  | 
 
 Gets or sets the number of decimal places allowed for floating point type sliders. 
 Valid values between zero and 12.
 
 
    Namespace: 
   Grasshopper.GUI.Base
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic int DecimalPlaces { get; set; }Public Property DecimalPlaces As Integer
	Get
	Set
Property Value
Type: 
Int32[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_SliderBase.DecimalPlaces"]
See Also