AppWindow.Presenter Property

Definition

Gets the currently applied presenter for the app window.

C#
public AppWindowPresenter Presenter { get; }

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

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also