DroidDiagram Programmer's Guide
ComponentBase.setVerticalAlignment Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setVerticalAlignment (
    int value
)

 Parameters

value

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

 See Also

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