2 references to ForegroundColorProperty
Microsoft.Maui.Controls (2)
TitleBar\TitleBar.cs (2)
232
get { return (Color)GetValue(
ForegroundColorProperty
); }
233
set { SetValue(
ForegroundColorProperty
, value); }