Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 783 Bytes

appbarbutton_iscompact.md

File metadata and controls

30 lines (20 loc) · 783 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.AppBarButton.IsCompact
winrt property

Windows.UI.Xaml.Controls.AppBarButton.IsCompact

-description

Gets or sets a value that indicates whether the button is shown with no label and reduced padding.

-xaml-syntax

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

-property-value

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

-remarks

-examples

-see-also