Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationVelocities Class / Linear Property


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

    Property Value

    The straight line velocity in DIPs per millisecond.
    See Also