Search
SliderComponent.ButtonBrushHovered Property
See Also
 





Gets or sets the background brush of the slider's buttons when they are pointed with the mouse.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush ButtonBrushHovered { get; set; }

Visual Basic  Copy Code

Public Property ButtonBrushHovered As Brush

 Property Value

An instance of a Brush-derived class.

 See Also