Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 625 Bytes

windowvisualstate.md

File metadata and controls

32 lines (20 loc) · 625 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Automation.WindowVisualState
winrt enum

WindowVisualState

-description

Contains values that specify the visual state of a window for the IWindowProvider pattern.

-enum-fields

-field Normal:0

Specifies that the window is normal (restored).

-field Maximized:1

Specifies that the window is maximized.

-field Minimized:2

Specifies that the window is minimized.

-remarks

-examples

-see-also