| UIElementReleasePointerCapture Method | 
            Releases pointer captures for capture of one specific pointer by this UIElement.
            
 
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
 Syntax
Syntaxpublic void ReleasePointerCapture(
	Pointer value
)
Parameters
- value
- Type: Windows.UI.Xaml.InputPointer
 The pointer reference. Use either saved references from previous captures,
            or pointer event data, to obtain this reference.
 See Also
See Also