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


In This Topic
    IsStateful Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsStateful As Boolean
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Boolean
     
    value = instance.IsStateful
    public virtual bool IsStateful {get;}
    See Also