C1.Silverlight 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
 

Parameters

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