unreal.VerticalAlignment
¶
- class unreal.VerticalAlignment¶
Bases:
EnumBase
Enumerates vertical alignment options, i.e. for widget slots.
C++ Source:
Module: SlateCore
File: SlateEnums.h
- V_ALIGN_BOTTOM: VerticalAlignment¶
Bottom-align.
- Type:
3
- V_ALIGN_CENTER: VerticalAlignment¶
Center-align.
- Type:
2
- V_ALIGN_FILL: VerticalAlignment¶
Fill the entire height.
- Type:
0
- V_ALIGN_TOP: VerticalAlignment¶
Top-align.
- Type:
1