ComponentOne Xamarin.Android
OffsetTopAndBottom Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : OffsetTopAndBottom Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("offsetTopAndBottom", 
   "(I)V", 
   "GetOffsetTopAndBottom_IHandler")>
Public Overridable Sub OffsetTopAndBottom( _
   ByVal offset As Integer _
) 
'Usage
 
Dim instance As C1DropDown
Dim offset As Integer
 
instance.OffsetTopAndBottom(offset)
[Android.Runtime.Register("offsetTopAndBottom", 
   "(I)V", 
   "GetOffsetTopAndBottom_IHandler")]
public virtual void OffsetTopAndBottom( 
   int offset
)

Parameters

offset
See Also

Reference

C1DropDown Class
C1DropDown Members