Search
DiagramBuilder.shadowOffsetX Method
See Also
 

Sets the default horizontal 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 shadowOffsetX (
    float value
)

 Parameters

value

A float value specifying the horizontal shadow offset.

 Return Value

This DiagramBuilder instance.

 See Also