ComponentOne FinancialChart for WPF
C1.WPF Namespace / ScrollViewerTouchBehavior Class / HasInertia Property



In This Topic
    HasInertia Property
    In This Topic
    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