MindFusion.Wpf Pack Programmer's Guide
ReportStyle.Background Property
See Also
 





Gets or sets a brush that describes the background of the associated report element.

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

 Syntax

C#  Copy Code

public Brush Background { get; set; }

Visual Basic  Copy Code

Public Property Background As Brush

 Property Value

An instance of a Brush-derived class. The default is solid White.

 See Also

ReportStyle Members
ReportStyle Class
MindFusion.Scheduling.Reporting Namespace