Search
ScrollBar.ForegroundBrushDown Property
See Also
 





Gets or sets the brush used to draw the content of scroll bar elements when they are pressed.

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

 Syntax

C#  Copy Code

public Brush ForegroundBrushDown { get; set; }

Visual Basic  Copy Code

Public Property ForegroundBrushDown As Brush

 Property Value

 See Also