Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 867 Bytes

commandbarlabelposition.md

File metadata and controls

28 lines (19 loc) · 867 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.CommandBarLabelPosition
winrt enum

CommandBarLabelPosition

-description

Defines constants that specify the placement and visibility of an app bar button's label.

-enum-fields

-field Default:0

The placement and visibility of the app bar button's label is determined by the value of the CommandBar.DefaultLabelPosition property.

-field Collapsed:1

The app bar button's label is always hidden whether the command bar is open or closed.

-remarks

This enumeration provides values for the LabelPosition property on AppBarButton and AppBarToggleButton.

-examples

-see-also