C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1DragDeltaEventArgs Class / DeltaTranslation Property


In This Topic
DeltaTranslation Property
In This Topic
Gets the delta translation.
Syntax
'Declaration
 
Public ReadOnly Property DeltaTranslation As CoreGraphics.CGPoint
 
'Usage
 
Dim instance As C1DragDeltaEventArgs
Dim value As CoreGraphics.CGPoint
 
value = instance.DeltaTranslation
See Also