Implemented interface member:
property
TitleColor
Microsoft.Maui.IPicker.TitleColor
2 references to TitleColor
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
28
/// <summary>Bindable property for <see cref="
TitleColor
"/>.</summary>
30
BindableProperty.Create(nameof(
TitleColor
), typeof(Color), typeof(Picker), default(Color));