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


In This Topic
    Level Property (C1TexBoxBackgroundDrawable)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Level As Integer
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Integer
     
    value = instance.Level
    public int Level {get;}
    See Also