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


In This Topic
    Color Property (C1TexBoxBackgroundDrawable)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Color As Android.Content.Res.ColorStateList
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Android.Content.Res.ColorStateList
     
    value = instance.Color
    public virtual Android.Content.Res.ColorStateList Color {get;}
    See Also