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

Property Value

Type: Brush
The focus background brush.

See Also