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