AppBarToggleButton.Label 属性

定义

获取或设置应用栏切换按钮上显示的文本说明。

public:
 property Platform::String ^ Label { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Label();

void Label(winrt::hstring value);
public string Label { get; set; }
var string = appBarToggleButton.label;
appBarToggleButton.label = string;
Public Property Label As String
<AppBarToggleButton Label="stringContent" .../>

属性值

String

Platform::String

winrt::hstring

应用栏切换按钮上显示的文本说明。

适用于