RibbonTextBox.Label 속성

정의

컨트롤 다음 또는 아래에 표시되는 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String

속성 값

String

컨트롤 다음 또는 아래에 표시되는 텍스트입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.

예제

다음 예제에서는 설정 하는 방법을 보여 줍니다 합니다 Label 속성에는 RibbonTextBox합니다.

<ribbon:RibbonTextBox Label="1" Text="Green"
                 Command="{Binding ColorCommand}"
                 SmallImageSource="Images/RightArrowShort_Green16.png" 
                 LargeImageSource="Images/RightArrowShort_Green32.png" 
                 KeyTip="C" />

설명

설정 된 IsLabelVisible 레이블의 표시 여부를 제어 하는 속성입니다.

종속성 속성 정보

식별자 필드 LabelProperty
메타 데이터 속성 설정 true 없음

적용 대상