AppWindowPresentationConfiguration.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 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.