Click or drag to resize

AbstractPadContentIsVisible Property

Gets or sets the visibility of the pad. If false, the pad is not visible. If true, the pad may be visible or is collapsed.

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