ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As ScrollViewerTouchBehavior
    Dim value As Boolean
     
    instance.IgnoreSwipe = value
     
    value = instance.IgnoreSwipe
    public bool IgnoreSwipe {get; set;}
    public:
    property bool IgnoreSwipe {
       bool get();
       void set (    bool value);
    }
    See Also