Specifies the alignment of an element relative to its layout rectangle.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public enum Alignment |
Member name | Description | |
---|---|---|
Center |
Indicates that element is aligned in the center of the layout rectangle. |
|
Far |
Indicates that element is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left. |
|
Near |
Indicates the element be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right. |
|
None |
Indicated an unspecified alignment. |