Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 628 Bytes

appbarelementcontainer_iscompact.md

File metadata and controls

34 lines (20 loc) · 628 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.AppBarElementContainer.IsCompact
winrt property
RS5

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