MindFusion.Wpf Pack Programmer's Guide
Overview.DimBrush Property
See Also
 





Gets or sets a color used to blend with the part of the diagram that is not visible in the Diagram's client rectangle.

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

 Syntax

C#  Copy Code

public Brush DimBrush { get; set; }

Visual Basic  Copy Code

Public Property DimBrush As Brush

 Property Value

A .NET Color instance representing the blend color. The default is Color.FromArgb(35, Color.Black).

 Remarks

The diagram portion that is currently visible in the 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.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming.Wpf Namespace