Gets or sets a color used to blend with the part of the diagram that is not visible in the DiagramView‘s client rectangle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Brush DimBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property DimBrush As Brush |
A Brush-derived instance representing the blend color.
The diagram portion that is currently visible in the view's client rectangle is painted in the overview using the exact item and background colors. Colors in the area outside that rectangle are alpha-blended with the value of DimBrush.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |