AppWindow.Presenter Property

Definition

Gets the currently applied 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 currently applied presenter for the app window. The default is null.

Remarks

This property is initially null. Once a window has been shown it always has a presenter applied, either one applied by the platform or one applied by the app itself.

Applies to

See also