Click or drag to resize

IWorkbenchFullScreen Property

Gets or sets a value indicating whether the workbench is shown full screen, or not.

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

Property Value

Boolean
true if the workbench is shown full screen; otherwise, false.
See Also