ComponentOne FinancialChart for WPF
IgnoreSwipe Property



C1.WPF Namespace > ScrollViewerTouchBehavior Class : IgnoreSwipe Property
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

Reference

ScrollViewerTouchBehavior Class
ScrollViewerTouchBehavior Members