ViewStateVisibility Enum
A set of flags that enumerate app states.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Members
Name | Description |
---|---|
Default
|
The app state is specified by the Layout |
Full
|
The current app’s view is in full-screen (has no snapped app adjacent to it), and has changed to landscape orientation. |
Full
|
The current app’s view is in full-screen (has no snapped app adjacent to it), and has changed to portrait orientation. |
Filled
|
The current app’s view has been reduced to a partial screen view as the result of another app snapping. |
Snapped
|
The current app’s view has been snapped. |
Full
|
Either the Full |
Unsnapped
|
Either the Full |
#Related API Members
The following properties accept/return ViewStateVisibility values:
#Remarks
Use the LayoutAwareDecorator.ViewStateVisibility attached property to specify the app state(s) in which an object will be visible when it is wrapped into a LayoutAwareDecorator.