2 references to TitleColorProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
186 get { return (Color)GetValue(TitleColorProperty); } 187 set { SetValue(TitleColorProperty, value); }