Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 667 Bytes

appbar_closeddisplaymode.md

File metadata and controls

30 lines (21 loc) · 667 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.AppBar.ClosedDisplayMode
winrt property

Microsoft.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