FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / HyperlinkButton Class / TouchesDirectlyOver Property

In This Topic
    TouchesDirectlyOver Property (HyperlinkButton)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesDirectlyOver As IEnumerable(Of TouchDevice)
    public IEnumerable<TouchDevice> TouchesDirectlyOver {get;}
    See Also