ComponentOne FinancialChart for WPF
GetTouchBehavior Method



C1.WPF Namespace > ScrollViewerTouchBehavior Class : GetTouchBehavior Method
The scroll viewer which has the touch behavior attached.
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

Reference

ScrollViewerTouchBehavior Class
ScrollViewerTouchBehavior Members