DroidDiagram Programmer's Guide
ComponentBase.setHorizontalAlignment Method
See Also
 






Sets the horizontal alignment of this component relative to its parent.

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

 Syntax

Java  Copy Code

public void setHorizontalAlignment (
    int value
)

 Parameters

value

A member of the HorizontalAlignment enumeration. The default is Stretch.

 See Also

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