ApplicationViewBoundsMode
ApplicationViewBoundsMode
ApplicationViewBoundsMode
ApplicationViewBoundsMode
Enum
Definition
The bounds used by the framework to lay out the contents of a window (app view).
public : enum class ApplicationViewBoundsModepublic enum ApplicationViewBoundsModePublic Enum ApplicationViewBoundsMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| UseCoreWindow UseCoreWindow UseCoreWindow UseCoreWindow | Lay out the window's content within the region occupied by the core window (that is, including any occluded areas). |
| UseVisible UseVisible UseVisible UseVisible | Lay out the window's content within the visible region (that is, the region not occluded by chrome such as the status bar and app bar). |