AppBarToggleButton.Label
AppBarToggleButton.Label
AppBarToggleButton.Label
AppBarToggleButton.Label
Property
Definition
Gets or sets the text description displayed on the app bar toggle button.
public : Platform::String Label { get; set; }
winrt::hstring Label();
void Label(winrt::hstring label);
public string Label { get; set; }
Public ReadWrite Property Label As string
<AppBarToggleButton Label="stringContent" .../>
Property Value
string
string
The text description displayed on the app bar toggle button.
Feedback
Loading feedback...