Spread Windows Forms 15.0
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
    public Point Center {get; set;}

    Property Value

    The center point for rotation manipulations.
    See Also