Enum Placement
Enumeration constants to define the placement position.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum Placement extends Enum<Placement>
Fields
| Name | Description |
|---|---|
| Bottom | Places on the Bottom. |
| BottomLeft | Places on the Bottom Left. |
| BottomRight | Places on the Bottom Right. |
| Left | Places on the Left. |
| Right | Places on the Right. |
| Top | Places on the Top. |
| TopLeft | Places on the Top Left. |
| TopRight | Places on the Top Right. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |