ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Touch Namespace / TouchConfiguration Class / PanningAnimateBack Property

In This Topic
    PanningAnimateBack Property (TouchConfiguration)
    In This Topic
    Indicates whether the control positioning reset should incorporate a smooth animation after showing panning feedback. Set this property to false if the original position of the control needs to be restored immediately.
    Syntax
    'Declaration
     
    Public Property PanningAnimateBack As System.Boolean
    public System.bool PanningAnimateBack {get; set;}
    See Also