Search
Diagram.setShadowBrush Method
See Also
 

Sets the default brush used to paint the shadows cast by diagram items.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setShadowBrush (
    Brush value
)

 Parameters

value

A Brush object representing the shadow brush.

 Remarks

Use the property to specify an initial value for the ShadowBrush property of new diagram elements.

 See Also