Search
Diagram.EffectiveBackBrush Property
See Also
 






Gets the currently effective background brush of the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush EffectiveBackBrush { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveBackBrush As Brush

 Property Value

An instance of the Brush class.

 Remarks

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

 See Also