GH_SliderEventArgsValue Property |
Gets the new value of the slider. This value is cached, so even if the
slider subsequently updates, this property remains constant.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public decimal Value { get; }
Public ReadOnly Property Value As Decimal
Get
Property Value
Type:
Decimal[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_SliderEventArgs.Value"]
See Also