Click or drag to resize

IGuiFactoryServiceMainWindowObject Property

Gets the main window as object. Depending on the Gui technology that is used, this is either a Wpf window, or something else.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Object MainWindowObject { get; }

Property Value

Object
The main window.
See Also