2 references to TextDecorationsProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
192 get { return (TextDecorations)GetValue(TextDecorationsProperty); } 193 set { SetValue(TextDecorationsProperty, value); }