Gets the currently effective background brush of the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush EffectiveBackBrush { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property EffectiveBackBrush As Brush |
An instance of the Brush class.
This property returns BackBrush if it is not null, or the brush from the associated style or theme otherwise.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |