TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationStartingEventArgs Class / Pivot Property

In This Topic
    Pivot Property (ManipulationStartingEventArgs)
    In This Topic
    Gets or sets an object that describes the pivot for a single-point manipulation.
    Syntax
    'Declaration
     
    
    Public Property Pivot As ManipulationPivot
    public ManipulationPivot Pivot {get; set;}

    Property Value

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