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





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

Picture Members
Picture Class
MindFusion.Reporting Namespace