ComponentOne Chart for WPF and Silverlight
TouchesDirectlyOver Property (FrameworkElement3D)


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

Reference

FrameworkElement3D Class
FrameworkElement3D Members