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