Implemented interface member:
property
TextDecorations
Microsoft.Maui.Controls.IDecorableTextElement.TextDecorations
3 references to TextDecorations
Microsoft.Maui.Controls (2)
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
102
var textDecorations = span.
TextDecorations
;
Span.cs (1)
24
/// <summary>Bindable property for <see cref="
TextDecorations
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
53
TextDecorations = span.
TextDecorations
.ToPlatform(),