Creates a Brush object representing the currently effective brush of the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush GetEffectiveBrush () |
Visual Basic Copy Code |
---|
Public Function GetEffectiveBrush () As Brush |
A Brush instance.
This method returns either the item's Brush if the item's Brush is not null, or the Brush value of the item's style.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |