Implemented interface members:
property
TextColor
Microsoft.Maui.ITextStyle.TextColor
property
TextColor
Microsoft.Maui.Controls.ITextElement.TextColor
6 references to TextColor
Microsoft.Maui.Controls (4)
Label\Label.cs (1)
23 /// <summary>Bindable property for <see cref="TextColor"/>.</summary>
Label\Label.Mapper.cs (2)
32 LabelHandler.Mapper.ModifyMapping<Label, ILabelHandler>(nameof(TextColor), MapTextColor); 151 else if (label.TextType == TextType.Text || !label.TextColor.IsDefault())
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
30 label.TextColor,
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\LabelRenderer.cs (2)
80 if (Element.TextColor.IsDefault()) 83 Control.TextColor = Element.TextColor.ToPlatform();