Implemented interface member:
property
TitleColor
Microsoft.Maui.IPicker.TitleColor
3 references to TitleColor
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
31 /// <summary>Bindable property for <see cref="TitleColor"/>.</summary> 33 BindableProperty.Create(nameof(TitleColor), typeof(Color), typeof(Picker), default(Color));
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
226 var targetColor = Element.TitleColor;