DroidDiagram Programmer's Guide
ImageComponent.setImageAlign Method
See Also
 






Sets the alignment of the displayed image relative to the bounds of the component.

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

 Syntax

Java  Copy Code

public void setImageAlign (
    ImageAlign value
)

 Parameters

value

A member of the ImageAlign enumeration. The default is Center.

 See Also

ImageComponent Members
ImageComponent Class
com.mindfusion.diagramming.components Namespace