ComponentOne Basic Library for WPF and Silverlight
TouchesCaptured Property (C1HierarchicalPresenter)


C1.WPF Namespace > C1HierarchicalPresenter Class : TouchesCaptured Property
Syntax
'Declaration
 
Public ReadOnly Property TouchesCaptured As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
 
Dim instance As C1HierarchicalPresenter
Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice)
 
value = instance.TouchesCaptured
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesCaptured {get;}
See Also

Reference

C1HierarchicalPresenter Class
C1HierarchicalPresenter Members