AppWindowPresenter.Kind 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 a value that indicates the kind of presenter the app window is using.
public:
property AppWindowPresenterKind Kind { AppWindowPresenterKind get(); };
AppWindowPresenterKind Kind();
public AppWindowPresenterKind Kind { get; }
var appWindowPresenterKind = appWindowPresenter.kind;
Public ReadOnly Property Kind As AppWindowPresenterKind
Property Value
A value of the enumeration that indicates the kind of presenter the app window is using.