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


In This Topic
    SetPadding Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setPadding", 
       "(IIII)V", 
       "GetSetPadding_IIIIHandler")>
    Public Overridable Sub SetPadding( _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1Icon
    Dim left As Integer
    Dim top As Integer
    Dim right As Integer
    Dim bottom As Integer
     
    instance.SetPadding(left, top, right, bottom)
    [Android.Runtime.Register("setPadding", 
       "(IIII)V", 
       "GetSetPadding_IIIIHandler")]
    public virtual void SetPadding( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also