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
SyntaxJava
Copy Code
|
|---|
public class VerticalAlignment |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.components.VerticalAlignment
See Also