DataGrid.RowBackground 属性

定义

获取或设置行背景的默认画笔。

public:
 property System::Windows::Media::Brush ^ RowBackground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush RowBackground { get; set; }
member this.RowBackground : System.Windows.Media.Brush with get, set
Public Property RowBackground As Brush

属性值

用于绘制行背景的画笔。 已注册的默认值为 null。 有关可以影响值的因素的更多信息,请参见 DependencyProperty

适用于