Search
Diagram.EffectiveBackBrush Property
See Also
 





Gets the currently effective background brush of the diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush EffectiveBackBrush { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveBackBrush As Brush

 Property Value

 Remarks

This property returns Brush if it is not null, or the brush from the associated style or theme otherwise.

 See Also