Search
ReportItem.Background Property
See Also
 





Gets or sets the brush used to fill the background of this item. This is a dependency property.

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

 Syntax

C#  Copy Code

public Brush Background { get; set; }

Visual Basic  Copy Code

Public Property Background As Brush

 Property Value

A WPF Brush object.

 See Also