Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 574 Bytes

appbartogglebutton_iscompact.md

File metadata and controls

30 lines (19 loc) · 574 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompact
winrt property

Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompact

-description

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

-xaml-syntax

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

-property-value

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

-remarks

-examples

-see-also