Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 643 Bytes

appbartogglebutton_label.md

File metadata and controls

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

Windows.UI.Xaml.Controls.AppBarToggleButton.Label

-description

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

-xaml-syntax

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

-xaml-values

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

-remarks

-examples

-see-also