Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ScrollViewerTouchBehavior Class / IgnoreSwipe Property

In This Topic
    IgnoreSwipe Property (ScrollViewerTouchBehavior)
    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