Gets or sets the labels colors on parameters panel. This is a dependency property.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

See Also