GH_PageSettings.DrawShadow Property

GH_PageSettingsDrawShadow Property

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.

Namespace:  Grasshopper.GUI.Theme
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool DrawShadow { get; set; }
Public Property DrawShadow As Boolean
	Get
	Set

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.GUI.Theme.GH_PageSettings.DrawShadow"]

See Also