Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ScrollViewerTouchBehavior Class / GetTouchBehavior Method
The scroll viewer which has the touch behavior attached.

In This Topic
    GetTouchBehavior Method (ScrollViewerTouchBehavior)
    In This Topic
    Gets the touch behavior associated with the specified ScrollViewer.
    Syntax
    'Declaration
     
    
    Public Shared Function GetTouchBehavior( _
       ByVal scrollViewer As ScrollViewer _
    ) As ScrollViewerTouchBehavior
    public static ScrollViewerTouchBehavior GetTouchBehavior( 
       ScrollViewer scrollViewer
    )

    Parameters

    scrollViewer
    The scroll viewer which has the touch behavior attached.
    See Also