Search
DiagramItem.GetEffectiveBrush Method
See Also
 





Creates a Brush object representing the currently effective brush of the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveBrush ()

Visual Basic  Copy Code

Public Function GetEffectiveBrush () As Brush

 Return Value

A Brush instance.

 Remarks

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.

 See Also