Gets the effective brush of the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Brush EffectiveBrush { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property EffectiveBrush As Brush |
An instance of a Brush-derived class.
Returns a Brush instance used to paint this item. This value comes from the Brush property if it is set, or is derived from either the item's Style or the current diagram Theme.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |