C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText 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 C1ClearableEditText
Dim start As Integer
Dim top As Integer
Dim end As Integer
Dim bottom As Integer
 
instance.SetCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom)

Parameters

start
top
end
bottom
See Also