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:Staticx:Static Markup Extension

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

适用于