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

适用于