Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ScrollViewerTouchBehavior Class / SetTouchBehavior Method
The scroll viewer that will be able to be scrolled with the finger.
The touch behavior instance.

In This Topic
    SetTouchBehavior Method (ScrollViewerTouchBehavior)
    In This Topic
    Sets a touch behavior to a ScrollViewer.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetTouchBehavior( _
       ByVal scrollViewer As ScrollViewer, _
       ByVal value As ScrollViewerTouchBehavior _
    ) 
    public static void SetTouchBehavior( 
       ScrollViewer scrollViewer,
       ScrollViewerTouchBehavior value
    )

    Parameters

    scrollViewer
    The scroll viewer that will be able to be scrolled with the finger.
    value
    The touch behavior instance.
    See Also