ComponentOne Chart3D for WPF and Silverlight
TouchesCaptured Property (Chart3DView)


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

Reference

Chart3DView Class
Chart3DView Members