9 implementations of TextColor
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
229 public Color TextColor
DatePicker\DatePicker.cs (1)
89 public Color TextColor
InputView\InputView.cs (1)
126 public Color TextColor
Label\Label.cs (1)
159 public Color TextColor
Picker\Picker.cs (1)
160 public Color TextColor
RadioButton\RadioButton.cs (1)
138 public Color TextColor
Shell\SearchHandler.cs (1)
138 public Color TextColor
Span.cs (1)
52 public Color TextColor
TimePicker\TimePicker.cs (1)
57 public Color TextColor
3 references to TextColor
Microsoft.Maui.Controls (3)
ContentConverter.cs (1)
72 content.SetBinding(TextElement.TextColorProperty, static (ITextElement te) => te.TextColor, source: source);
TextElement.cs (2)
9 /// The backing store for the <see cref="ITextElement.TextColor" /> bindable property. 12 BindableProperty.Create(nameof(ITextElement.TextColor), typeof(Color), typeof(ITextElement), null,