Search
ButtonComponent.BrushPressed Property
See Also
 





Gets or sets the background brush of the button when it is in pressed state.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush BrushPressed { get; set; }

Visual Basic  Copy Code

Public Property BrushPressed As Brush

 Property Value

An instance of a Brush-derived class.

 See Also