AppWindowPresentationConfiguration.Kind Property

Definition

Gets a value that indicates the kind of presentation the app window is using.

public:
 property AppWindowPresentationKind Kind { AppWindowPresentationKind get(); };
AppWindowPresentationKind Kind();
public AppWindowPresentationKind Kind { get; }
var appWindowPresentationKind = appWindowPresentationConfiguration.kind;
Public ReadOnly Property Kind As AppWindowPresentationKind

Property Value

A value of the enumeration that indicates the kind of presentation the app window is using.

Applies to