Search
ControlStyle.HScrollBarBackBrushDark Property
See Also
 





Gets or sets the brush used to fill the background of the horizontal scrollbar when a user clicks on the scrollbar shaft in order to scroll a page left or right.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Brush HScrollBarBackBrushDark { get; set; }

Visual Basic  Copy Code

Public Property HScrollBarBackBrushDark As Brush

 Property Value

An instance of the Brush class. To reset this property, set it to null (Nothing in Visual Basic).

 See Also