Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerPointProperties Class / Pressure Property


In This Topic
    Pressure Property
    In This Topic
    Gets a value that indicates the force that the pointer device (typically a pen or stylus) exerts on the surface of the digitizer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Pressure As Single
    'Usage
     
    
    Dim instance As PointerPointProperties
    Dim value As Single
     
    value = instance.Pressure
    public float Pressure {get;}

    Property Value

    A value from 0 to 1.0. The default value is 0.5.
    See Also