Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 478 Bytes

designerappviewstate.md

File metadata and controls

30 lines (18 loc) · 478 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Hosting.DesignerAppViewState
winrt enum

Windows.UI.Xaml.Hosting.DesignerAppViewState

-description

Defines constants that specify whether the app view is visible or hidden.

-enum-fields

-field Visible:0

The app view is visible.

-field Hidden:1

The app view is hidden.

-remarks

-see-also

-examples