Share via


DataGridHeaderBorder.SeparatorBrush 属性

定义

获取或设置用于绘制标题之间的分隔线的画笔。

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

属性值

用于绘制标题之间的分隔线的画笔。 已注册的默认值为 null。 有关可以影响值的因素的更多信息,请参见 DependencyProperty

适用于