TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchProcessor Class / MaxTapDuration Property

In This Topic
    MaxTapDuration Property (TouchProcessor)
    In This Topic
    Gets or sets the maximum allowable duration for a tap, in milliseconds.
    Syntax
    'Declaration
     
    
    Public Property MaxTapDuration As Integer
    public int MaxTapDuration {get; set;}
    See Also