C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / SetCompoundDrawablesWithIntrinsicBounds Method / SetCompoundDrawablesWithIntrinsicBounds(Int32,Int32,Int32,Int32) Method


In This Topic
SetCompoundDrawablesWithIntrinsicBounds(Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setCompoundDrawablesWithIntrinsicBounds", 
   "(IIII)V", 
   "GetSetCompoundDrawablesWithIntrinsicBounds_IIIIHandler", 
   ApiSince=3)>
Public Overloads Overridable Sub SetCompoundDrawablesWithIntrinsicBounds( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) 
 
'Usage
 
Dim instance As C1ClearableEditText
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
 
instance.SetCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom)

Parameters

left
top
right
bottom
See Also