Grasshopper API
GH_DigitAlign Enumeration |
Enumerates the possible alignments for digits inside the GH_DigitScroller control.
Namespace: Grasshopper.GUI.Base
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
Justify | 0 | Digits expand to fill out the entire free space. | |
Left | 1 | Digits are stacked against the left side of the control. | |
Center | 2 | Digits are stacked together in the center of the control. | |
Right | 3 | Digits are stacked against the right side of the control. |
