You'll pretty much have to roll your own Close button, but you can hide the window chrome completely using the WindowStyle attribute, like this:
That will still have a resize border. If you want to make the window non-resizable then add ResizeMode="NoResize" to the declaration.