Enum InlineValue
Inline mode for the Slider value element.
Namespace: Unity.AppUI.UI
Syntax
public enum InlineValue
Fields
| Name | Description | Value |
|---|---|---|
| None | Not inline. |
0 |
| Start | Inline on the left. |
1 |
| End | Inline on the right. |
2 |
Inline mode for the Slider value element.
public enum InlineValue
| Name | Description | Value |
|---|---|---|
| None | Not inline. |
0 |
| Start | Inline on the left. |
1 |
| End | Inline on the right. |
2 |