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

プロパティ値

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

注釈

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

依存関係プロパティ情報

Item 価値
識別子フィールド FocusedBorderBrushProperty
に設定されたメタデータ プロパティ true None

適用対象