9 implementations of TextColor
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
231
public Color
TextColor
DatePicker\DatePicker.cs (1)
91
public Color
TextColor
InputView\InputView.cs (1)
129
public Color
TextColor
Label\Label.cs (1)
162
public Color
TextColor
Picker\Picker.cs (1)
163
public Color
TextColor
RadioButton\RadioButton.cs (1)
141
public Color
TextColor
Shell\SearchHandler.cs (1)
138
public Color
TextColor
Span.cs (1)
52
public Color
TextColor
TimePicker\TimePicker.cs (1)
59
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,