Gets or sets the Brush used for the category container Background.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Brush CategoryBackground { get; set; }
Visual Basic
Public Property CategoryBackground As Brush
	Get
	Set
XAML Attribute Usage
<object CategoryBackground="Brush" .../>

Remarks

This is a dependency property.

See Also