GH_DigitScrollerBaseSetupScroller Method |
Set the minimum, maximum and value fields simultaneously.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void SetupScroller(
decimal minimum,
decimal maximum,
decimal value
)
Public Sub SetupScroller (
minimum As Decimal,
maximum As Decimal,
value As Decimal
)
Parameters
- minimum
- Type: SystemDecimal
- maximum
- Type: SystemDecimal
- value
- Type: SystemDecimal
See Also