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

In This Topic
    OverpanOffsetX Property (TouchManipulation)
    In This Topic
    Gets or sets a value that indicates how far past the horizontal 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 OverpanOffsetX As System.Integer
    public System.int OverpanOffsetX {get; set;}
    See Also