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





Gets or sets the brush that will be used to fill the page 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

Page Members
Page Class
MindFusion.Reporting Namespace