I have this window with an image defined as background , ok, but note that the image is not occupying the entire window. How can I remove these borders?
Remembering that the window has the following properties in XAML:
AllowsTransparency="True"
WindowStyle="None"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"