Enum EListItemAlignment
If the list panel is arranging items horizontally, this enum dictates how the items should be aligned (basically, where any extra space is placed)
Namespace: UE4.Slate
Assembly: UE4DotNet.dll
Syntax
public enum EListItemAlignment
Fields
| Name | Description |
|---|---|
| CenterAligned | |
| EListItemAlignment_MAX | |
| EvenlyDistributed | |
| EvenlySize | |
| EvenlyWide | |
| Fill | |
| LeftAligned | |
| RightAligned |