4 references to Underline
Microsoft.Maui.Controls (4)
DecorableTextElement.cs (4)
55
if (td == TextDecorations.
Underline
)
56
return nameof(TextDecorations.
Underline
);
59
if (td == (TextDecorations.
Underline
& TextDecorations.Strikethrough))
60
return $"{nameof(TextDecorations.
Underline
)}, {nameof(TextDecorations.Strikethrough)}";