Enum SpacerSpacing
The spacer spacing.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum SpacerSpacing
Fields
| Name | Description |
|---|---|
| Expand | The spacer will expand to fill the remaining space using flex-grow. |
| L | Large spacing. |
| M | Medium spacing. |
| Null | No spacing. |
| S | Small spacing. |
| XL | Extra large spacing. |
| XS | Extra small spacing. |