Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / OffsetTopAndBottom Method


In This Topic
    OffsetTopAndBottom Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("offsetTopAndBottom", 
       "(I)V", 
       "GetOffsetTopAndBottom_IHandler")>
    Public Overridable Sub OffsetTopAndBottom( _
       ByVal offset As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1Icon
    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