MindFusion.Reporting for Silverlight Programmer's Guide
DataRange.AlternatingBackground Property
See Also
 





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.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public Brush AlternatingBackground { get; set; }

Visual Basic  Copy Code

Public Property AlternatingBackground As Brush

 Property Value

An instance of the Silverlight Brush class.

 Remarks

The default background for data range instances is specified by Background.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting.Silverlight Namespace
AlternatingBorderBrush Property
AlternatingBorderThickness Property
Background Property