Gets or sets the brush that will be used to fill the label background.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Brush Background { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Background As Brush |
An instance of the Brush class. The default is null (Nothing in Visual Basic) indicating a transparent background.
See Also