Spread WPF Documentation
TouchesOver Property (PrintPreviewControl)


GrapeCity.Windows.SpreadSheet.UI Namespace > PrintPreviewControl Class : TouchesOver Property
Syntax
'Declaration
 
Public ReadOnly Property TouchesOver As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
 
Dim instance As PrintPreviewControl
Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice)
 
value = instance.TouchesOver
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesOver {get;}
See Also

Reference

PrintPreviewControl Class
PrintPreviewControl Members