2 references to ToolbarBackgroundProperty
Microsoft.Maui.Controls (2)
Platform\Windows\PageControl.cs (2)
92
get { return (WBrush)GetValue(
ToolbarBackgroundProperty
); }
93
set { SetValue(
ToolbarBackgroundProperty
, value); }