C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / C1ScrollViewer Constructor


In This Topic
C1ScrollViewer Constructor
In This Topic
Initializes a new instance of the C1ScrollViewer class.
Syntax
'Declaration
 
Public Function New( _
   ByVal context As Android.Content.Context _
)
 
'Usage
 
Dim context As Android.Content.Context
 
Dim instance As New C1ScrollViewer(context)

Parameters

context
See Also