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


In This Topic
    GradientType Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property GradientType As Android.Graphics.Drawables.GradientType
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Android.Graphics.Drawables.GradientType
     
    value = instance.GradientType
    public virtual Android.Graphics.Drawables.GradientType GradientType {get;}
    See Also