Gets or sets the brush used to draw the progress bar text.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush ForegroundBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ForegroundBrush As Brush |
See Also