MindFusion WinForms Programmer's Guide
DataRange.Background Property
See Also
 





Gets or sets the brush that will be used to fill the data range background.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Brush Background { get; set; }

Visual Basic  Copy Code

Public Property Background As Brush

 Property Value

An instance of the Brush class. The default is null (Nothing in Visual Basic), indicating a transparent background.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace
AlternatingBackground Property