Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationStartingEventArgs Class / Pivot Property


In This Topic
Pivot Property
In This Topic
Gets or sets an object that describes the pivot for a single-point manipulation.
Syntax
'Declaration
 
Public Property Pivot As ManipulationPivot
 
'Usage
 
Dim instance As ManipulationStartingEventArgs
Dim value As ManipulationPivot
 
instance.Pivot = value
 
value = instance.Pivot

Property Value

An object that describes the pivot for a single-point manipulation.
See Also