ComponentOne Xamarin.Android
SetHorizontallyScrolling Method (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : SetHorizontallyScrolling Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setHorizontallyScrolling", 
   "(Z)V", 
   "GetSetHorizontallyScrolling_ZHandler")>
Public Overridable Sub SetHorizontallyScrolling( _
   ByVal whether As Boolean _
) 
'Usage
 
Dim instance As C1MaskedTextView
Dim whether As Boolean
 
instance.SetHorizontallyScrolling(whether)
[Android.Runtime.Register("setHorizontallyScrolling", 
   "(Z)V", 
   "GetSetHorizontallyScrolling_ZHandler")]
public virtual void SetHorizontallyScrolling( 
   bool whether
)

Parameters

whether
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members