ComponentOne Xamarin.Android
GetCompoundDrawablesRelative Method (C1ClearableEditText)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ClearableEditText Class : GetCompoundDrawablesRelative Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getCompoundDrawablesRelative", 
   "()[Landroid/graphics/drawable/Drawable;", 
   "GetGetCompoundDrawablesRelativeHandler", 
   ApiSince=17)>
Public Overridable Function GetCompoundDrawablesRelative() As Android.Graphics.Drawables.Drawable()
'Usage
 
Dim instance As C1ClearableEditText
Dim value() As Android.Graphics.Drawables.Drawable
 
value = instance.GetCompoundDrawablesRelative()
[Android.Runtime.Register("getCompoundDrawablesRelative", 
   "()[Landroid/graphics/drawable/Drawable;", 
   "GetGetCompoundDrawablesRelativeHandler", 
   ApiSince=17)]
public virtual Android.Graphics.Drawables.Drawable[] GetCompoundDrawablesRelative()
See Also

Reference

C1ClearableEditText Class
C1ClearableEditText Members