Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / HiddenAndEmptyCellSettings Class / TouchesCapturedWithin Property


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