ComponentOne FinancialChart for WPF
IsSwipeEnabled Property



C1.WPF Namespace > C1ListViewer Class : IsSwipeEnabled Property
Gets or sets a value that indicates whether the view supports discrete input processing for a swipe interaction.
Syntax
'Declaration
 
Public Property IsSwipeEnabled As Boolean
'Usage
 
Dim instance As C1ListViewer
Dim value As Boolean
 
instance.IsSwipeEnabled = value
 
value = instance.IsSwipeEnabled
public bool IsSwipeEnabled {get; set;}
public:
property bool IsSwipeEnabled {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1ListViewer Class
C1ListViewer Members