Gets or sets the labels colors on toolbar.

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 ToolBarForeground { get; set; }
Visual Basic (Declaration)
Public Property ToolBarForeground As Brush
Visual C++
public:
property Brush^ ToolBarForeground {
	Brush^ get ();
	void set (Brush^ value);
}

See Also