AppBarClosedDisplayMode 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 whether icon buttons are displayed when an app bar is not completely open.
public enum class AppBarClosedDisplayMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppBarClosedDisplayMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppBarClosedDisplayMode
Public Enum AppBarClosedDisplayMode
<object property="enumMemberName"/>
- Inheritance
-
AppBarClosedDisplayMode
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Compact | 0 | Icon buttons are displayed but labels are not visible. |
Minimal | 1 | Only the ellipsis is displayed. Neither icon buttons nor labels are visible. |
2 | The app bar is not displayed. |