XamlBindingHelper.ResumeRendering(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.