Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / SetPaddingRelative Method


In This Topic
    SetPaddingRelative Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setPaddingRelative", 
       "(IIII)V", 
       "GetSetPaddingRelative_IIIIHandler", 
       ApiSince=17)>
    Public Overridable Sub SetPaddingRelative( _
       ByVal start As Integer, _
       ByVal top As Integer, _
       ByVal end As Integer, _
       ByVal bottom As Integer _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim start As Integer
    Dim top As Integer
    Dim end As Integer
    Dim bottom As Integer
     
    instance.SetPaddingRelative(start, top, end, bottom)
    [Android.Runtime.Register("setPaddingRelative", 
       "(IIII)V", 
       "GetSetPaddingRelative_IIIIHandler", 
       ApiSince=17)]
    public virtual void SetPaddingRelative( 
       int start,
       int top,
       int end,
       int bottom
    )

    Parameters

    start
    top
    end
    bottom
    See Also