ComponentOne Basic Library for WPF and Silverlight
ReleaseTouchCapture Method (C1RadialBackgroundPresenter)


C1.WPF Namespace > C1RadialBackgroundPresenter Class : ReleaseTouchCapture Method
Syntax
'Declaration
 
Public Function ReleaseTouchCapture( _
   ByVal touchDevice As System.Windows.Input.TouchDevice _
) As System.Boolean
'Usage
 
Dim instance As C1RadialBackgroundPresenter
Dim touchDevice As System.Windows.Input.TouchDevice
Dim value As System.Boolean
 
value = instance.ReleaseTouchCapture(touchDevice)
public System.bool ReleaseTouchCapture( 
   System.Windows.Input.TouchDevice touchDevice
)

Parameters

touchDevice
See Also

Reference

C1RadialBackgroundPresenter Class
C1RadialBackgroundPresenter Members