ComponentOne FinancialChart for WPF
HasInertia Property



C1.WPF Namespace > ScrollViewerTouchBehavior Class : HasInertia Property
Gets or sets a value indicating whether the touch scrolling will have inertia.
Syntax
'Declaration
 
Public Property HasInertia As Boolean
'Usage
 
Dim instance As ScrollViewerTouchBehavior
Dim value As Boolean
 
instance.HasInertia = value
 
value = instance.HasInertia
public bool HasInertia {get; set;}
public:
property bool HasInertia {
   bool get();
   void set (    bool value);
}
See Also

Reference

ScrollViewerTouchBehavior Class
ScrollViewerTouchBehavior Members