ComponentOne Chart3D for WPF and Silverlight
TouchesCapturedWithin Property (Chart3DView)


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

Reference

Chart3DView Class
Chart3DView Members