Verify an Element is not visible on Windows Application Testing

After deleting an element, I want to verify that it is no longer displayed. I did not find any commands.
So how can I do that? Everyone please help me

I found workarounds from supporter.
Currently it does not support but everyone can use:

assert Windows.findElement(object, FailureHandling.OPTIONAL) == null

Note to anyone who needs it