GH_Slider_ObsoleteNumericFormat Property |
Gets or sets the numeric format for the slider. This is the formatting that is applied to the number.
The default is #0.00 which results in a two digit rounding scheme.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public string NumericFormat { get; set; }
Public Property NumericFormat As String
Get
Set
Property Value
Type:
String[Missing <value> documentation for "P:Grasshopper.GUI.GH_Slider_Obsolete.NumericFormat"]
See Also