Search
DiagramBuilder.shadowsStyle Method
See Also
 

Sets the style of shadows.

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

 Syntax

Java  Copy Code

public DiagramBuilder shadowsStyle (
    ShadowsStyle value
)

 Parameters

value

A member of the ShadowsStyle enumeration.

 Return Value

This DiagramBuilder instance.

 See Also