DataGridTextColumn.Foreground Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Brush that is used to paint the text contents of cells in the column.
public:
 property System::Windows::Media::Brush ^ Foreground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };public System.Windows.Media.Brush Foreground { get; set; }member this.Foreground : System.Windows.Media.Brush with get, setPublic Property Foreground As BrushProperty Value
The brush that is used to paint the contents of cells in the column. The registered default is ControlTextBrush. For information about what can influence the value, see DependencyProperty.
Remarks
The Foreground property determines the brush for the text contents of controls in the column only when the template uses the property as a parameter.