Creates a System.Drawing.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 .NET Brush object.
RemarksThis method returns a system brush corresponding to the item's Brush if the item's Brush is not null, or a system brush corresponding to the Brush property of the item's style. The returned object must be disposed by the caller.
See Also