Gets the currently effective background brush of the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush EffectiveBackBrush { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property EffectiveBackBrush As Brush |
RemarksThis property returns Brush if it is not null, or the brush from the associated style or theme otherwise.
See Also