AppWindow.Presenter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.