Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / HoldingEventArgs Class / HoldingState Property


In This Topic
    HoldingState Property
    In This Topic
    Gets the underlying MultiTouch.HoldingState for the interaction.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HoldingState As HoldingState
    'Usage
     
    
    Dim instance As HoldingEventArgs
    Dim value As HoldingState
     
    value = instance.HoldingState
    public HoldingState HoldingState {get;}

    Property Value

    One of MultiTouch.HoldingState values.
    See Also