Click or drag to resize

IConsolePanePaneVisibility Property

Gets/sets the pane visibility PageElementVisibility. These are initially extracted from the PaneVisibility property on the element's PageElementInfo and then maintained internally to the pane. Note that since these are maintained on the object, changes made to the PageElementInfo property after the pane has been instantiated will have no effect.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
PageElementVisibility PaneVisibility { get; set; }

Property Value

Type: PageElementVisibility
See Also