Window.AppWindow Property

Definition

Gets the AppWindow associated with this XAML Window.

public:
 property AppWindow ^ AppWindow { AppWindow ^ get(); };
AppWindow AppWindow();
public AppWindow AppWindow { get; }
var appWindow = window.appWindow;
Public ReadOnly Property AppWindow As AppWindow

Property Value

The AppWindow associated with this XAML Window.

Applies to