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 Colors.Transparent.
Introduced: X18.
public System.Windows.Media.Color FormFieldColor { get; set; }
Public Property FormFieldColor As System.Windows.Media.Color