Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 665 Bytes

appbar_closeddisplaymode.md

File metadata and controls

32 lines (21 loc) · 665 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.AppBar.ClosedDisplayMode
winrt property

Windows.UI.Xaml.Controls.AppBar.ClosedDisplayMode

-description

Gets or sets a value that indicates whether icon buttons are displayed when the app bar is not completely open.

-xaml-syntax

<AppBar ClosedDisplayMode="Compact"/>
-or-
<AppBar ClosedDisplayMode="Minimal"/>

-property-value

A value that indicates whether icon buttons are displayed when the app bar is not completely open.

-remarks

-examples

-see-also