8 implementations of TextColor
Microsoft.Maui.Controls (8)
Button\Button.cs (1)
230 public Color TextColor
DatePicker\DatePicker.cs (1)
91 public Color TextColor
InputView\InputView.cs (1)
128 public Color TextColor
Label\Label.cs (1)
161 public Color TextColor
Menu\MenuItem.cs (1)
154 Color ITextStyle.TextColor => null;
Picker\Picker.cs (1)
162 public Color TextColor
RadioButton\RadioButton.cs (1)
140 public Color TextColor
TimePicker\TimePicker.cs (1)
59 public Color TextColor
11 references to TextColor
Microsoft.Maui (11)
Handlers\Button\ButtonHandler.cs (1)
32 [nameof(ITextStyle.TextColor)] = MapTextColor,
Handlers\DatePicker\DatePickerHandler.cs (2)
36 [nameof(IDatePicker.TextColor)] = MapTextColor, 122 /// Maps the abstract <see cref="ITextStyle.TextColor"/> property to the platform-specific implementations.
Handlers\Editor\EditorHandler.cs (1)
30 [nameof(IEditor.TextColor)] = MapTextColor,
Handlers\Entry\EntryHandler.cs (1)
38 [nameof(IEntry.TextColor)] = MapTextColor,
Handlers\Label\LabelHandler.cs (1)
38 [nameof(ITextStyle.TextColor)] = MapTextColor,
Handlers\Picker\PickerHandler.cs (1)
25 [nameof(IPicker.TextColor)] = MapTextColor,
Handlers\RadioButton\RadioButtonHandler.cs (1)
25 [nameof(ITextStyle.TextColor)] = MapTextColor,
Handlers\SearchBar\SearchBarHandler.cs (1)
35 [nameof(ISearchBar.TextColor)] = MapTextColor,
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
25 [nameof(ITextStyle.TextColor)] = MapTextColor,
Handlers\TimePicker\TimePickerHandler.cs (1)
29 [nameof(ITimePicker.TextColor)] = MapTextColor,