Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / GetCompoundDrawablesRelative Method


In This Topic
    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