Click or drag to resize
UIElementReleasePointerCapture Method
Releases pointer captures for capture of one specific pointer by this UIElement.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public 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