GetCompoundDrawablesRelative Method (C1CheckBox)
In This Topic
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 C1CheckBox
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