Invalidates the rendering of the element, and forces a complete new layout pass.
System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed.
Syntax
'Declaration
Public Sub InvalidateVisual()
public void InvalidateVisual()
See Also