Enum IndicatorType
The type of indicator to display when a field is required.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum IndicatorType
Fields
| Name | Description |
|---|---|
| Asterisk | An asterisk. |
| None | No indicator. |
| Text | A localized "Required" text. |