Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationDeltaEventArgs Class / IsComplete Property


In This Topic
    IsComplete Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsComplete As Boolean
    'Usage
     
    
    Dim instance As ManipulationDeltaEventArgs
    Dim value As Boolean
     
    value = instance.IsComplete
    public bool IsComplete {get;}
    See Also