MindFusion.Reporting for Silverlight Programmer's Guide
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.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public Brush AlternatingBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property AlternatingBorderBrush As Brush

 Property Value

An instance of the Silverlight Brush class.

 Remarks

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

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting.Silverlight Namespace
AlternatingBackground Property
AlternatingBorderThickness Property
BorderBrush Property