ClassicBorderDecorator.ClassicBorderBrush 属性

定义

获取用于绘制边框的画笔。

public:
 static property System::Windows::Media::Brush ^ ClassicBorderBrush { System::Windows::Media::Brush ^ get(); };
public static System.Windows.Media.Brush ClassicBorderBrush { get; }
static member ClassicBorderBrush : System.Windows.Media.Brush
Public Shared ReadOnly Property ClassicBorderBrush As Brush

属性值

用于绘制边框的画笔。

注解

此画笔用于告知 ClassicBorderDecorator 根据 BorderStyle绘制边框。 如果未将 BorderBrush 设置为 ClassicBorderBrush,则绘制平面样式。

XAML 属性用法

< 对象属性="{x:Static theme:ClassicBorderDecorator.ClassicBorderBrush}"/>

XAML 值

x:Static
x:Static Markup Extension.

主题
映射到特定程序集中的 Microsoft.Windows.Themes 公共语言运行时 (CLR) 命名空间的 xmlns 前缀。

适用于