ComponentOne Xamarin.Android
SetCompoundDrawablesWithIntrinsicBounds(Drawable,Drawable,Drawable,Drawable) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class > SetCompoundDrawablesWithIntrinsicBounds Method : SetCompoundDrawablesWithIntrinsicBounds(Drawable,Drawable,Drawable,Drawable) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setCompoundDrawablesWithIntrinsicBounds", 
   "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V", 
   "GetSetCompoundDrawablesWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler")>
Public Overloads Overridable Sub SetCompoundDrawablesWithIntrinsicBounds( _
   ByVal left As Android.Graphics.Drawables.Drawable, _
   ByVal top As Android.Graphics.Drawables.Drawable, _
   ByVal right As Android.Graphics.Drawables.Drawable, _
   ByVal bottom As Android.Graphics.Drawables.Drawable _
) 
'Usage
 
Dim instance As C1MaskedTextView
Dim left As Android.Graphics.Drawables.Drawable
Dim top As Android.Graphics.Drawables.Drawable
Dim right As Android.Graphics.Drawables.Drawable
Dim bottom As Android.Graphics.Drawables.Drawable
 
instance.SetCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom)
[Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", 
   "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V", 
   "GetSetCompoundDrawablesWithIntrinsicBounds_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetCompoundDrawablesWithIntrinsicBounds( 
   Android.Graphics.Drawables.Drawable left,
   Android.Graphics.Drawables.Drawable top,
   Android.Graphics.Drawables.Drawable right,
   Android.Graphics.Drawables.Drawable bottom
)

Parameters

left
top
right
bottom
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members
Overload List