public enum GoLayoutDirection : System.Enum
public enum GoLayoutDirection : System.Enum
Member | Description |
---|---|
Down | Start at the top and proceed downwards. |
Left | Start at the right side and proceed toward the left. |
Right | Start on the left side and proceed toward the right. |
Up | Start at the bottom and proceed upwards. |