Gets or sets the brush used for painting the diagram background.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush BackBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property BackBrush As Brush |
An instance of a Brush-derived class. The default is a solid brush initialized with Color(170, 170, 200).
This property enables more spectacular background painting with effects such as gradients, textures and color patterns.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |