DroidDiagram Programmer's Guide
ShapeNode.setImageAlign Method
See Also
 






Sets the alignment of the node's image.

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

 Syntax

Java  Copy Code

public void setImageAlign (
    ImageAlign value
)

 Parameters

value

A member of the ImageAlign enumeration.

 Remarks

This property specifies how the Image is aligned to the bounding rectangle of this node. The image is aligned relatively to the rectangle specified in the ImageRectangle attribute of the Shape definition.

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace
setImagePadding Method