3 references to TitleColorProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
185 get { return (Color)GetValue(TitleColorProperty); } 186 set { SetValue(TitleColorProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
140 if (e.PropertyName == Picker.TitleProperty.PropertyName || e.PropertyName == Picker.TitleColorProperty.PropertyName)