Click or drag to resize

GH_DigitAlign Enumeration

Enumerates the possible alignments for digits inside the GH_DigitScroller control.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_DigitAlign
Members
  Member nameValueDescription
Justify0 Digits expand to fill out the entire free space.
Left1 Digits are stacked against the left side of the control.
Center2 Digits are stacked together in the center of the control.
Right3 Digits are stacked against the right side of the control.
See Also