Search
DataRange.AlternatingBorderBrush Property
See Also
 





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

 Syntax

C#  Copy Code

public Brush AlternatingBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property AlternatingBorderBrush As Brush

 Property Value

An instance of the WPF Brush class.

 Remarks

The default border brush for data range instances is specified by BorderBrush.

 See Also