Gets or sets the brush that will be used to fill the background of the alternating instances of this data range. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush AlternatingBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AlternatingBackground As Brush |
An instance of the WPF Brush class.
RemarksThe default background for data range instances is specified by Background.
See Also