Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationPivot Class / Center Property


In This Topic
Center Property
In This Topic
Gets or sets the center point for rotation manipulations.
Syntax
'Declaration
 
Public Property Center As Point
 
'Usage
 
Dim instance As ManipulationPivot
Dim value As Point
 
instance.Center = value
 
value = instance.Center

Property Value

The center point for rotation manipulations.
See Also