Search
Diagram.BackBrush Property
See Also
 






Gets or sets the brush used for painting the diagram background.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush BackBrush { get; set; }

Visual Basic  Copy Code

Public Property BackBrush As Brush

 Property Value

An instance of a Brush-derived class. The default is a solid brush initialized with Color(170, 170, 200).

 Remarks

This property enables more spectacular background painting with effects such as gradients, textures and color patterns.

 See Also