GH_SliderBaseGrip Property |
Gets the box of the current grip. If the slider value/limits are not set up correctly
then this rectangle may well be outside of the bounds. If the limits are coincident,
this will fail (divide by zero).
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public RectangleF Grip { get; }
Public ReadOnly Property Grip As RectangleF
Get
Property Value
Type:
RectangleF[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_SliderBase.Grip"]
See Also