Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetCompoundDrawablesRelativeWithIntrinsicBounds Method / SetCompoundDrawablesRelativeWithIntrinsicBounds(Int32,Int32,Int32,Int32) Method


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

    Parameters

    start
    top
    end
    bottom
    See Also