共用方式為


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

適用於