Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 581 Bytes

appbarelementcontainer_iscompact.md

File metadata and controls

31 lines (19 loc) · 581 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.AppBarElementContainer.IsCompact
winrt property

Microsoft.UI.Xaml.Controls.AppBarElementContainer.IsCompact

-description

Gets or sets a value that indicates whether the element is shown in its compact state.

-xaml-syntax

<AppBarElementContainer IsCompact="bool" .../>

-property-value

true if the element is shown in its compact state; otherwise, false. The default is false.

-remarks

-see-also

-examples