Ribbon.PressedBackground 属性

定义

获取或设置画笔,该画笔用于绘制 Ribbon 控件处于被摁下状态时的背景。

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

属性值

Brush

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

注解

依赖项属性信息

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

适用于