Gets or sets the header column panel background brush.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Brush AppearanceHeaderColumnPanelBackground { get; set; }
Visual Basic
Public Property AppearanceHeaderColumnPanelBackground As Brush
	Get
	Set
Visual C++
public:
property Brush^ AppearanceHeaderColumnPanelBackground {
	Brush^ get ();
	void set (Brush^ value);
}
F#
member AppearanceHeaderColumnPanelBackground : Brush with get, set

Property Value

Type: Brush
The header column panel background brush.

See Also