DroidDiagram Programmer's Guide
VerticalAlignment Class
See Also
 






Contains static constants that specify the vertical alignment of a component relative to its allocated space. Bottom - Indicates that the component should be bottom-aligned. Center - Indicates that the component should be centered. Stretch - Indicates that the component should be stretched vertically. Top - Indicates that the component should be top-aligned. @author Anton

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

 Syntax

Java  Copy Code

public class VerticalAlignment

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.components.VerticalAlignment

 See Also

VerticalAlignment Members
com.mindfusion.diagramming.components Namespace