Navigation
API > API/Runtime > API/Runtime/SlateCore
Enumerates vertical alignment options, i.e. for widget slots.
| Name | EVerticalAlignment |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
| Include Path | #include "Types/SlateEnums.h" |
Syntax
enum EVerticalAlignment
{
VAlign_Fill,
VAlign_Top,
VAlign_Center,
VAlign_Bottom,
}
Values
| Name | Remarks |
|---|---|
| VAlign_Fill | Fill the entire height. |
| VAlign_Top | Top-align. |
| VAlign_Center | Center-align. |
| VAlign_Bottom | Bottom-align. |