RibbonTwoLineText.PathFill 属性

定义

获取或设置画笔,该画笔用于绘制带标签标识的图形内部背景。

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

属性值

用于绘制与标签一起显示的形状内部的画笔。 已注册的默认值为 null。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)

注解

依赖项属性信息

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

适用于