다음을 통해 공유


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

앱 바 토글 단추에 표시되는 텍스트 설명입니다.

적용 대상