Gets or sets the brush used to paint the barcode modules.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Foreground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Foreground As Brush |
An instance of the WPF Brush class.
See Also