2 references to TextDecorationsProperty
Microsoft.Maui.Controls (2)
Span.cs (2)
136
get { return (TextDecorations)GetValue(
TextDecorationsProperty
); }
137
set { SetValue(
TextDecorationsProperty
, value); }