Click or drag to resize

SliderSnapRange Constructor (Decimal, Decimal)

Initializes a new instance of the SliderSnapRange class

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public SliderSnapRange(
	decimal value0,
	decimal value1
)

Parameters

value0
Type: SystemDecimal
value1
Type: SystemDecimal
See Also