Click or drag to resize

IConsolePaneAttributes Property

Gets/sets the ConsolePaneAttrs for this pane. These are initially extracted from the ConsolePaneAttrs 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
ConsolePaneAttrs Attributes { get; set; }

Property Value

Type: ConsolePaneAttrs
See Also