XamlBindingHelper.ResumeRendering(UIElement) Method

Definition

Resumes rendering of the specified element.

public:
 static void ResumeRendering(UIElement ^ target);
 static void ResumeRendering(UIElement const& target);
public static void ResumeRendering(UIElement target);
function resumeRendering(target)
Public Shared Sub ResumeRendering (target As UIElement)

Parameters

target
UIElement

The element for which to resume rendering.

Remarks

This method is for use in code that is generated by the XAML compiler.

Applies to