3 references to TextDecorationsProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
189
get { return (TextDecorations)GetValue(
TextDecorationsProperty
); }
190
set { SetValue(
TextDecorationsProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
22
RegisterPropertyHandler(Label.
TextDecorationsProperty
, UpdateTextDecorations);