Enum HorizontalAnchor
A horizontal anchor.
Namespace: Unity.AppUI.UI
Syntax
public enum HorizontalAnchor
Fields
| Name | Description | Value |
|---|---|---|
| Left | The element is anchored at the left. |
0 |
| Right | The element is anchored at the right. |
1 |
A horizontal anchor.
public enum HorizontalAnchor
| Name | Description | Value |
|---|---|---|
| Left | The element is anchored at the left. |
0 |
| Right | The element is anchored at the right. |
1 |