Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class
Members


In This Topic
    C1TexBoxBackgroundDrawable Class
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("android/graphics/drawable/GradientDrawable", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public Class C1TexBoxBackgroundDrawable 
       Inherits Android.Graphics.Drawables.GradientDrawable
       Implements Android.Runtime.IJavaObject, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    [Android.Runtime.Register("android/graphics/drawable/GradientDrawable", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public class C1TexBoxBackgroundDrawable : Android.Graphics.Drawables.GradientDrawable, Android.Runtime.IJavaObject, Java.Interop.IJavaPeerable  
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Graphics.Drawables.Drawable
             Android.Graphics.Drawables.GradientDrawable
                C1.Android.Input.C1TexBoxBackgroundDrawable

    See Also