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