SetCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,Drawable,Drawable,Drawable) Method
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setCompoundDrawablesRelativeWithIntrinsicBounds",
"(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V",
"GetSetCompoundDrawablesRelativeWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler",
ApiSince=17)>
Public Overloads Overridable Sub SetCompoundDrawablesRelativeWithIntrinsicBounds( _
ByVal As Android.Graphics.Drawables.Drawable, _
ByVal As Android.Graphics.Drawables.Drawable, _
ByVal As Android.Graphics.Drawables.Drawable, _
ByVal As Android.Graphics.Drawables.Drawable _
)
'Usage
Dim instance As C1ClearableEditText
Dim start As Android.Graphics.Drawables.Drawable
Dim top As Android.Graphics.Drawables.Drawable
Dim end As Android.Graphics.Drawables.Drawable
Dim bottom As Android.Graphics.Drawables.Drawable
instance.SetCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom)
[Android.Runtime.Register("setCompoundDrawablesRelativeWithIntrinsicBounds",
"(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V",
"GetSetCompoundDrawablesRelativeWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler",
ApiSince=17)]
public virtual void SetCompoundDrawablesRelativeWithIntrinsicBounds(
Android.Graphics.Drawables.Drawable ,
Android.Graphics.Drawables.Drawable ,
Android.Graphics.Drawables.Drawable ,
Android.Graphics.Drawables.Drawable
)
Parameters
- start
- top
- end
- bottom
See Also