DataGrid.RowBackground Propiedad

Definición

Obtiene o establece el pincel predeterminado del fondo de fila.

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

Valor de propiedad

Brush

Pincel que pinta el fondo de una fila. El valor predeterminado registrado es null. Para obtener más información sobre lo que puede afectar al valor, vea DependencyProperty.

Se aplica a