MindFusion.Wpf Pack Programmer's Guide
ItemLabel.Brush Property
See Also
 





Gets or sets the brush used to draw the label's background.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

A System.Windows.Media.Brush used to paint the label's background. The default value is null.

 See Also

ItemLabel Members
ItemLabel Class
MindFusion.Diagramming.Wpf Namespace