Enum GFXAlignment
Represents the internal alignment of screen elements.
Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public enum GFXAlignment
Fields
| Name | Description |
|---|---|
| Bottom | Vertical Alignment to the Bottom. |
| Center | Centered Vertically or Horizontally. |
| Left | Horizontal Alignment to the Left. |
| Right | Horizontal Alignment to the Right. |
| Top | Vertical Alignment to the Top. |