Grasshopper API
GH_Orientation Enumeration |
Enumerates possible alignments.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
horizontal_center | 0 | Text is drawn horizontally, centered in the middle of the context. | |
horizontal_near | 1 | Text is drawn horizontally, aligned near to the context edge. | |
horizontal_far | 2 | Text is drawn horizontally, aligned far from the context edge. | |
vertical_center | 10 | Text is drawn vertically, centered in the middle of the context. | |
vertical_near | 11 | Text is drawn vertically, aligned near to the context edge. | |
vertical_far | 12 | Text is drawn vertically, aligned far from the context edge. |
