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

属性值

Brush

用于绘制处于焦点状态的 Ribbon 控件背景的画笔。 已注册的默认值为 null。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)

注解

依赖项属性信息

标识符字段 FocusedBackgroundProperty
元数据属性设置为 true

适用于