Search
Button.Brush Property
See Also
 





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

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

An instance of a Brush-derived class.

 See Also