Search
DiagramItem.GetEffectiveShadowBrush Method
See Also
 





Returns a Brush object representing the currently effective shadow brush of the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveShadowBrush ()

Visual Basic  Copy Code

Public Function GetEffectiveShadowBrush () As Brush

 Return Value

A Brush instance.

 Remarks

This method returns either the item's ShadowBrush if the item's ShadowBrush is not null, or the ShadowBrush property of the item's style.

 See Also