Enum VerticalAnchor
A vertical anchor.
Namespace: Unity.AppUI.UI
Syntax
public enum VerticalAnchor
Fields
Name | Description | Value |
---|---|---|
Top | The element is anchored at the top. |
0 |
Bottom | The element is anchored at the bottom. |
1 |
A vertical anchor.
public enum VerticalAnchor
Name | Description | Value |
---|---|---|
Top | The element is anchored at the top. |
0 |
Bottom | The element is anchored at the bottom. |
1 |