C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / SetFadingEdgeLength Method


In This Topic
SetFadingEdgeLength Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setFadingEdgeLength", 
   "(I)V", 
   "GetSetFadingEdgeLength_IHandler")>
Public Overridable Sub SetFadingEdgeLength( _
   ByVal length As Integer _
) 
 
'Usage
 
Dim instance As C1ScrollViewer
Dim length As Integer
 
instance.SetFadingEdgeLength(length)

Parameters

length
See Also