MindFusion.Wpf Pack Programmer's Guide
ImageRenderTarget.PageBackground Property
See Also
 





Gets or sets a brush to use as a page background for pages who do not have explicit background set.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Brush PageBackground { get; set; }

Visual Basic  Copy Code

Public Property PageBackground As Brush

 Property Value

A WPF Brush object. The default is null (Nothing in Visual Basic).

 Remarks

Pages, which do not specify Background will be rendered using this brush. If this brush is null (Nothing in Visual Basic) those pages will be either transparent or rendered using the default background color of the target image format.

 See Also

ImageRenderTarget Members
ImageRenderTarget Class
MindFusion.Reporting.Wpf Namespace
PageBorderBrush Property