ComponentOne Basic Library for WPF and Silverlight
TouchesCapturedWithin Property (C1BitmapIcon)


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

Reference

C1BitmapIcon Class
C1BitmapIcon Members