ComponentOne Xamarin.Android
SetFadingEdgeLength Method (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : SetFadingEdgeLength Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setFadingEdgeLength", 
   "(I)V", 
   "GetSetFadingEdgeLength_IHandler")>
Public Overridable Sub SetFadingEdgeLength( _
   ByVal length As Integer _
) 
'Usage
 
Dim instance As C1MaskedTextView
Dim length As Integer
 
instance.SetFadingEdgeLength(length)
[Android.Runtime.Register("setFadingEdgeLength", 
   "(I)V", 
   "GetSetFadingEdgeLength_IHandler")]
public virtual void SetFadingEdgeLength( 
   int length
)

Parameters

length
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members