ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Touch Namespace / TouchManipulation Class / OverpanOffsetY Property

In This Topic
    OverpanOffsetY Property (TouchManipulation)
    In This Topic
    Gets or sets a value that indicates how far past the vertical end of the pannable region the pan has gone. This property should be updated by the user if TouchProcessor.AllowPanningFeedback is set to true.
    Syntax
    'Declaration
     
    Public Property OverpanOffsetY As System.Integer
    public System.int OverpanOffsetY {get; set;}
    See Also