TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationVelocities Class / Linear Property

In This Topic
    Linear Property (ManipulationVelocities)
    In This Topic
    Gets the straight line velocity in DIPs per millisecond.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Linear As PointF
    public PointF Linear {get;}

    Property Value

    The straight line velocity in DIPs per millisecond.
    See Also