Search
RangeSelector.ButtonBackgroundBrushOver Property
See Also
 





Gets or sets the brush used to fill the selector buttons when they are pointed with the mouse.

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

 Syntax

C#  Copy Code

public Brush ButtonBackgroundBrushOver { get; set; }

Visual Basic  Copy Code

Public Property ButtonBackgroundBrushOver As Brush

 Property Value

An instance of the Brush class.

 See Also