FormattedText.SetUnderlineStatus(Boolean)
Description:
Sets the characters in the entire text to be underlined or not underlined.
Sets the characters in the entire text to be underlined or not underlined.
Overloads (2):
SetUnderlineStatus(Boolean)
public void SetUnderlineStatus(
bool isUnderlined
)
-
isUnderlinedThe desired underline status of characters in the entire text. True to set underlined, false to set not underlined.
No comments yet. Start the discussion.
Loading…