Search
SliderComponent.ButtonBrushPressed Property
See Also
 





Gets or sets the background brush of the slider's buttons when they are pressed.

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

 Syntax

C#  Copy Code

public Brush ButtonBrushPressed { get; set; }

Visual Basic  Copy Code

Public Property ButtonBrushPressed As Brush

 Property Value

An instance of a Brush-derived class.

 See Also