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

In This Topic
    MaxTapDisplacement Property (TouchProcessor)
    In This Topic
    Gets or sets the maximum possible displacement allowable for a tap, in DIPs.
    Syntax
    'Declaration
     
    
    Public Property MaxTapDisplacement As Single
    public float MaxTapDisplacement {get; set;}
    See Also