Click or drag to resize

AbstractViewContentIsVisible Property

Gets or sets the visibility of the document. If false, the document tab header is not visible (but the document itself maybe visible !). If true, the document tab header is visible (if it fits in the bar), and the document is visible, if it is selected, too.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsVisible { get; set; }

Property Value

Boolean
true if this instance is visible; otherwise, false.

Implements

IWorkbenchContentIsVisible
See Also