Click or drag to resize

GH_SliderRailDisplay Enumeration

Enumerates the possible slider rail displays.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_SliderRailDisplay
Members
  Member nameValueDescription
None0 No rail is drawn.
Simple1 A rail consisting of a single line is drawn.
Etched2 A rail consisting of an etched line is drawn.
Filled3 A thick rail with a filled out left portion is drawn.
See Also