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

    Property Value

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