Implemented interface member:
property
TextColor
Microsoft.Maui.Controls.ITextElement.TextColor
3 references to TextColor
Microsoft.Maui.Controls (2)
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
113 (span.TextColor ?? defaultColor)?.ToPlatform(),
Span.cs (1)
48 /// <summary>Bindable property for <see cref="TextColor"/>.</summary>
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
51 ForegroundColor = span.TextColor.ToPlatform(),