TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchManipulation Class
Properties


In This Topic
    TouchManipulation Class Members
    In This Topic

    The following tables list the members exposed by TouchManipulation.

    Public Properties
     NameDescription
    Public PropertyGets the parameters of the touch interaction.  
    Public PropertyIndicates the end of an interaction (including inertia).  
    Public PropertyIndicates if the panning feedback offset is specified.  
    Public PropertyIndicates if the interaction has triggered inertia.  
    Public PropertyGets the new x-coordinate of the composite position of the manipulation, in DIPs.  
    Public PropertyGets the new y-coordinate of the composite position of the manipulation, in DIPs.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyIndicates the start of an interaction.  
    Public PropertyGets the cumulative result of the manipulation.  
    Top
    See Also