Gets or sets the brush used for painting the diagram background.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Background { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Background As Brush |
A System.Windows.Media.Brush instance.
RemarksThis property is equivalent to BackBrush (latter used for compatibility with other MindFusion platforms).
See Also