Click or drag to resize

GUIFactoryServiceMainWindowObject 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#
public abstract Object MainWindowObject { get; }

Property Value

Object
The main window.

Implements

IGuiFactoryServiceMainWindowObject
See Also