Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppWindow.Presenter Property
Definition
- Namespace:
- Windows.UI.WindowManagement
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 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
Feedback
Was this page helpful?
