Enum GroupAlignment
The alignment of the group of items.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum GroupAlignment
Fields
Name | Description |
---|---|
Center | Aligns the group to the center of the container. |
End | Aligns the group to the end of the container. |
Start | Aligns the group to the start of the container. |