Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ValidationErrorIndicator Class / TouchesDirectlyOver Property


In This Topic
    TouchesDirectlyOver Property (ValidationErrorIndicator)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesDirectlyOver As IEnumerable(Of TouchDevice)
    'Usage
     
    Dim instance As ValidationErrorIndicator
    Dim value As IEnumerable(Of TouchDevice)
     
    value = instance.TouchesDirectlyOver
    public IEnumerable<TouchDevice> TouchesDirectlyOver {get;}
    See Also