Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / MaskCompleted Property


In This Topic
    MaskCompleted Property
    In This Topic
    Gets or sets a value indicating whether show clear button.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MaskCompleted As Boolean
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As Boolean
     
    value = instance.MaskCompleted
    public bool MaskCompleted {get;}
    See Also