AppWindow.Presenter Property

Definition

Gets the presenter for the app window.

public:
 property AppWindowPresenter ^ Presenter { AppWindowPresenter ^ get(); };
AppWindowPresenter Presenter();
public AppWindowPresenter Presenter { get; }
var appWindowPresenter = appWindow.presenter;
Public ReadOnly Property Presenter As AppWindowPresenter

Property Value

The presenter for the app window.

Applies to