1 implementation of TitleColor
Microsoft.Maui.Controls (1)
Picker\Picker.cs (1)
184
public Color
TitleColor
2 references to TitleColor
Microsoft.Maui (2)
Handlers\Picker\PickerHandler.cs (1)
27
[nameof(IPicker.
TitleColor
)] = MapTitleColor,
Platform\Tizen\PickerExtensions.cs (1)
9
public static void UpdateTitleColor(this Entry platformPicker, IPicker picker) => platformPicker.UpdatePlaceholderColor(picker.
TitleColor
);