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
SyntaxC#
Copy Code
|
|---|
public Brush Background { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Background As Brush |
A WPF Brush object.
See Also