DataGridTextColumn.Foreground 属性

定义

获取或设置用于绘制列中单元格的文本内容的 Brush

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, set
Public Property Foreground As Brush

属性值

Brush

用于绘制列中单元格内容的画笔。 已注册的默认值为 ControlTextBrush。 有关可能影响该值的因素的信息,请参见 DependencyProperty

注解

Foreground 属性仅当模板使用属性作为参数时,才确定列中控件的文本内容的画笔。

适用于