Gets or sets the brush used to fill the background of the vertical scrollbar when a user clicks on the scrollbar shaft in order to scroll a page up or down.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Brush VScrollBarBackBrushDark { get; set; } |
Visual Basic Copy Code |
---|
Public Property VScrollBarBackBrushDark As Brush |
An instance of the Brush class. To reset this property, set it to null (Nothing in Visual Basic).