Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ScrollViewerTouchBehavior Class / HasInertia Property

In This Topic
    HasInertia Property (ScrollViewerTouchBehavior)
    In This Topic
    Gets or sets a value indicating whether the touch scrolling will have inertia.
    Syntax
    'Declaration
     
    
    Public Property HasInertia As Boolean
    public bool HasInertia {get; set;}
    See Also