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 なし

適用対象