Click or drag to resize

GH_BackgroundSettings Class

Inheritance Hierarchy
SystemObject
  Grasshopper.GUI.ThemeGH_BackgroundSettings

Namespace:  Grasshopper.GUI.Theme
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_BackgroundSettings

The GH_BackgroundSettings type exposes the following members.

Properties
  NameDescription
Public propertyColour1
First background colour. Depending on the background style, this colour is used in different ways.
Public propertyColour2
Second background colour. Depending on the background style, this colour is used in different ways.
Public propertyHatch
Background hatch brush style. This property is only used if BackgroundStyle is set to GH_ThemeBackgroundStyle.Hatch.
Public propertyStyle
Canvas monochromatic flag. If True, the canvas background is a solid colour.
Top
See Also