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