Gets or sets a brush that describes the test foreground color 
            for content of export list control.
            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 TextForeground { get; set; } | 
| Visual Basic (Declaration) | 
|---|
Public Property TextForeground As Brush  | 
| Visual C++ | 
|---|
public:
property Brush^ TextForeground {
	Brush^ get ();
	void set (Brush^ value);
} | 
Field Value
The text foreground.
See Also