Share via


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 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

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

适用于