Click or drag to resize

GH_BackgroundStyle Enumeration

Enumerates the pre-defined canvas background themes.

Namespace:  Grasshopper.GUI.Theme
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_BackgroundStyle
Members
  Member nameValueDescription
Solid0 Canvas background will be a single, solid colour.
Hatch1 Canvas background will be a GDI hatch brush.
GradientLeftRight10 Canvas background will be a linear horizontal gradient.
GradientTopBottom11 Canvas background will be a linear vertical gradient.
See Also