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