Implemented interface members:
property
TextDecorations
Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations
property
TextDecorations
Microsoft.Maui.ILabel.TextDecorations
3 references to TextDecorations
Microsoft.Maui.Controls (2)
Label\Label.cs (1)
47 /// <summary>Bindable property for <see cref="TextDecorations"/>.</summary>
Label\Label.Mapper.cs (1)
35 LabelHandler.Mapper.ModifyMapping<Label, ILabelHandler>(nameof(TextDecorations), MapTextDecorations);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
64 Control.TextDecorations = Element.TextDecorations.ToPlatform();