ComponentOne Basic Library for WPF and Silverlight
IsInertial Property (C1DragDeltaEventArgs)


C1.Silverlight Namespace > C1DragDeltaEventArgs Class : IsInertial Property
Gets a value indicating whether this event is raised because of a direct manipulation or is inertial.
Syntax
'Declaration
 
Public ReadOnly Property IsInertial As System.Boolean
'Usage
 
Dim instance As C1DragDeltaEventArgs
Dim value As System.Boolean
 
value = instance.IsInertial
public System.bool IsInertial {get;}
See Also

Reference

C1DragDeltaEventArgs Class
C1DragDeltaEventArgs Members