Constructor RowViewAlternation
| Improve this Doc View SourceRowViewAlternation()
Initializes a new instance of RowViewAlternation, with white for even and light gray for odd RowView elements.
Declaration
public RowViewAlternation()
RowViewAlternation(Brush[])
Initializes a new instance of RowViewAlternation, with specified background brushes.
Declaration
public RowViewAlternation(Brush[] backgroundBrushes)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Brush[] | backgroundBrushes | The background brushes. |