Gets or sets the highlight color of a form field. This color can be overwritten with the TextField.HighlightColor property. To suppress highlighting a FormField the property value can be set to Color.Transparent.
Introduced: X18.
public Color FormFieldColor { get; set; }
Public Property FormFieldColor As Color