Search
ProgressBar.BorderBrush Property
See Also
 





Gets or sets the brush used to draw the progress bar border.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public Brush BorderBrush { get; set; }

Visual Basic  Copy Code

Public Property BorderBrush As Brush

 Property Value

 See Also