ComponentOne Basic Library for WPF and Silverlight
HasInertia Property (ScrollViewerTouchBehavior)


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

Reference

ScrollViewerTouchBehavior Class
ScrollViewerTouchBehavior Members