ComponentOne Xamarin.Android
SetCompoundDrawablesRelativeWithIntrinsicBounds(Int32,Int32,Int32,Int32) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ClearableEditText Class > SetCompoundDrawablesRelativeWithIntrinsicBounds Method : SetCompoundDrawablesRelativeWithIntrinsicBounds(Int32,Int32,Int32,Int32) Method
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)
[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

Reference

C1ClearableEditText Class
C1ClearableEditText Members
Overload List