Gets or sets the header group panel foreground 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 AppearanceHeaderGroupPanelForeground { get; set; }
Visual Basic
Public Property AppearanceHeaderGroupPanelForeground As Brush
	Get
	Set
Visual C++
public:
property Brush^ AppearanceHeaderGroupPanelForeground {
	Brush^ get ();
	void set (Brush^ value);
}
F#
member AppearanceHeaderGroupPanelForeground : Brush with get, set

Property Value

Type: Brush
The header group panel foreground brush.

See Also