Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 604 Bytes

appbarbutton_label.md

File metadata and controls

33 lines (22 loc) · 604 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.AppBarButton.Label
winrt property

Windows.UI.Xaml.Controls.AppBarButton.Label

-description

Gets or sets the text description displayed on the app bar button.

-xaml-syntax

<AppBarButton Label="stringContent" .../>

-xaml-values

stringContent
stringContentA string that is displayed as the label of the app bar button.
## -property-value The text description displayed on the app bar button.

-remarks

-examples

-see-also