Enum EnumDialogArea
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
First word = X Alignment (left, center, right or fixed) Second word = Y Alignment (top, middle, bottom or fixed) Open in GitHub
public enum EnumDialogArea
- Extension Methods
Fields
CenterBottom = 7CenterFixed = 8CenterMiddle = 6CenterTop = 5FixedBottom = 15FixedMiddle = 14FixedTop = 13LeftBottom = 3LeftFixed = 4LeftMiddle = 2LeftTop = 1None = 0RightBottom = 11RightFixed = 12RightMiddle = 10RightTop = 9TextBaselineOffset = 16