C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / OffsetLeftAndRight Method


In This Topic
OffsetLeftAndRight Method (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("offsetLeftAndRight", 
   "(I)V", 
   "GetOffsetLeftAndRight_IHandler")>
Public Overridable Sub OffsetLeftAndRight( _
   ByVal offset As Integer _
) 
 
'Usage
 
Dim instance As C1MaskedTextView
Dim offset As Integer
 
instance.OffsetLeftAndRight(offset)

Parameters

offset
See Also