Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 558 Bytes

appbarseparator_iscompact.md

File metadata and controls

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

Windows.UI.Xaml.Controls.AppBarSeparator.IsCompact

-description

Gets or sets a value that indicates whether the separator is shown with reduced padding.

-xaml-syntax

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

-property-value

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

-remarks

-examples

-see-also