Ribbon.FocusedBorderBrush プロパティ

定義

フォーカス状態の Ribbon コントロールの外側の境界線を描画するために使用されるブラシを取得または設定します。

public:
 property System::Windows::Media::Brush ^ FocusedBorderBrush { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush FocusedBorderBrush { get; set; }
member this.FocusedBorderBrush : System.Windows.Media.Brush with get, set
Public Property FocusedBorderBrush As Brush

プロパティ値

Brush

フォーカス状態の Ribbon コントロールの外枠を描画するために使用されるブラシ。 登録済みの既定値は null です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

注釈

リボン コントロールにキーボード フォーカスを配置するには、Alt キーを押しながらキーヒント文字を押し、方向キーを使用して移動します。

依存プロパティ情報

識別子フィールド FocusedBorderBrushProperty
メタデータのプロパティが次に設定されている true なし

適用対象