DroidDiagram Programmer's Guide
Diagram.setShadowOffset Method
See Also
 






Sets the distance at which shadows are offset from the items that cast them.

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

 Syntax

Java  Copy Code

public void setShadowOffset (
    float x,
    float y
)

 Parameters

x

Specifies the horizontal shadow offset.

y

Specifies the vertical shadow offset.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace