Ribbon.FocusedBackground 属性

定义

获取或设置用于绘制处于焦点状态的控件背景的 Ribbon 画笔。

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

属性值

用于绘制处于焦点状态的控件背景的 Ribbon 画笔。 已注册的默认值为 null。 有关可能影响值的内容的详细信息,请参阅 依赖属性值优先级

注解

Dependency 属性信息

Item 价值
标识符字段 FocusedBackgroundProperty
元数据属性设置为 true None

适用于