Search
Diagram.Background Property
See Also
 





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

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

 Syntax

C#  Copy Code

public Brush Background { get; set; }

Visual Basic  Copy Code

Public Property Background As Brush

 Property Value

A System.Windows.Media.Brush instance.

 Remarks

This property is equivalent to BackBrush (latter used for compatibility with other MindFusion platforms).

 See Also