ComponentOne FinancialChart for WPF
C1.WPF Namespace / ScrollViewerTouchBehavior Class / GetTouchBehavior Method
The scroll viewer which has the touch behavior attached.



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

    Parameters

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