Search
DiagramBuilder.shadowOffsetY Method
See Also
 

Sets the default vertical distance between shadows and the items that cast them.

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

 Syntax

Java  Copy Code

public DiagramBuilder shadowOffsetY (
    float value
)

 Parameters

value

A float value specifying the vertical shadow offset.

 Return Value

This DiagramBuilder instance.

 See Also