OverlappedPresenterState Enum
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.
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
Name | Value | Description |
---|---|---|
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.