SetCompoundDrawablesRelativeWithIntrinsicBounds(Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setCompoundDrawablesRelativeWithIntrinsicBounds",
"(IIII)V",
"GetSetCompoundDrawablesRelativeWithIntrinsicBounds_IIIIHandler",
ApiSince=17)>
Public Overloads Overridable Sub SetCompoundDrawablesRelativeWithIntrinsicBounds( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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 ,
int ,
int ,
int
)
Parameters
- start
- top
- end
- bottom
See Also