Draws only an underline at the position of the character following the ampersand (&) prefix character. Does not draw any other characters in the string. For example, an input string of "A&bc&&d" would result in output of " _ ".
Compare with TextFormatFlags.HidePrefix and TextFormatFlags.NoPrefix.