GH_PageSettings
Inheritance Hierarchy
System.Object
Grasshopper.GUI.Theme.GH_PageSettings
Namespace: Grasshopper.GUI.Theme
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class GH_PageSettings
The GH_PageSettings type exposes the following members.
Properties
Name
Description
Public Property
DrawGrid
Gets or sets whether the grid ought to be drawn.
Public Property
DrawPage
Gets or sets whether the page ought to be drawn.
Public Property
DrawShadow
Gets or sets whether the page shadow ought to be drawn. If the page is not drawn, neither is the page shadow, irregardless of this property.
Public Property
EdgeColour
Gets or sets the page edge colour to be used.
Public Property
FillColour
Gets or sets the page fill colour to be used.
Public Property
GridColour
Gets or sets the page grid colour to be used.
Public Property
GridHeight
Gets or sets the height of a page grid cell.
Public Property
GridPattern
Gets or sets the dash pattern to apply to grid lines. Leave null or empty for a solid line.
Public Property
GridWidth
Gets or sets the width of a page grid cell.
Public Property
ShadowColour
Gets or set the page shadow colour to be used.
Public Property
ShadowSize
Gets or sets the size of the page shadow.