RibbonMenuButton.FocusedBorderBrush プロパティ

定義

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

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

プロパティ値

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

注釈

依存関係プロパティ情報

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

適用対象