Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ScrollViewerTouchBehavior Class / IgnoreSwipe Property

In This Topic
    IgnoreSwipe Property
    In This Topic
    Gets or sets a value indicating whether the swipe gesture is ignored.
    Syntax
    'Declaration
     
    
    Public Property IgnoreSwipe As Boolean
    public bool IgnoreSwipe {get; set;}
    See Also