Gets or sets a toolbar background.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public Brush ToolBarBackground { get; set; }
Visual Basic (Declaration)
Public Property ToolBarBackground As Brush
Visual C++
public:
property Brush^ ToolBarBackground {
	Brush^ get ();
	void set (Brush^ value);
}

See Also