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


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class > SetCompoundDrawablesWithIntrinsicBounds Method : SetCompoundDrawablesWithIntrinsicBounds(Int32,Int32,Int32,Int32) Method
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 C1CheckBox
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
 
instance.SetCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom)
[Android.Runtime.Register("setCompoundDrawablesWithIntrinsicBounds", 
   "(IIII)V", 
   "GetSetCompoundDrawablesWithIntrinsicBounds_IIIIHandler", 
   ApiSince=3)]
public virtual void SetCompoundDrawablesWithIntrinsicBounds( 
   int left,
   int top,
   int right,
   int bottom
)

Parameters

left
top
right
bottom
See Also

Reference

C1CheckBox Class
C1CheckBox Members
Overload List