Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / MaskFull Property


In This Topic
    MaskFull Property
    In This Topic
    Gets a value that indicates whether the mask has been completely filled.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MaskFull As Boolean
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As Boolean
     
    value = instance.MaskFull
    public bool MaskFull {get;}
    See Also