Click or drag to resize

GH_StateTagLayoutDirection Enumeration

Enumerates the possible layout directions for parameter state tags.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_StateTagLayoutDirection
Members
  Member nameValueDescription
Left0 Floating and Input parameters should be layed out towards the left.
Right1 Output parameters should be layed out towards the right.
See Also