ClassicBorderDecorator.ClassicBorderBrush 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于绘制边框的画笔。
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 前缀。