Returns the window passed into the object

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Window Window { get; }
Visual Basic
ReadOnly Property Window As Window
	Get
Visual C++
property Window^ Window {
	Window^ get ();
}

See Also