Enum FlexPosition
The position of an element inside a Flex container.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum FlexPosition
Fields
Name | Description |
---|---|
End | The element is at the end of the container. |
Start | The element is at the start of the container. |