there are two different classes,
System.Windows.Controls.InkCanvas (which has a background property)
and
Microsoft.Toolkit.Wpf.UI.Controls.InkCanvas (which doesn't has a background property)
I have to use the second one, how could I change the background of the inkcanvas?
