AppWindowPresenter.Kind Property

Definition

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.

Applies to

See also