Search
SvgNodeStyleBuilder.shadowBrush Method (Brush)
See Also
 

Sets the brush used to paint the shadow of the item.

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

 Syntax

Java  Copy Code

public SvgNodeStyleBuilder shadowBrush (
    Brush value
)

 Parameters

value

 Return Value

This DiagramItemStyleBuilder instance.

 See Also