OverlappedPresenterState Enum

Definition

Defines constants that specify the state of a window in overlapped mode.

public enum class OverlappedPresenterState
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class OverlappedPresenterState
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum OverlappedPresenterState
var value = Microsoft.UI.Windowing.OverlappedPresenterState.maximized
Public Enum OverlappedPresenterState
Inheritance
OverlappedPresenterState
Attributes

Fields

Maximized 0

The window is maximized.

Minimized 1

The window is minimized.

Restored 2

The window is restored to the size and position it had before it was minimized or maximized.

Remarks

Values of this enumeration are used by the OverlappedPresenter.State property.

Applies to

See also