Gets or sets the brush that will be used to fill the border 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 AlternatingBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AlternatingBorderBrush As Brush |
An instance of the WPF Brush class.
RemarksThe default border brush for data range instances is specified by BorderBrush.
See Also