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


In This Topic
    IsTextPredictionEnabled Property (C1MaskedEntry)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IsTextPredictionEnabled As Boolean
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As Boolean
     
    instance.IsTextPredictionEnabled = value
     
    value = instance.IsTextPredictionEnabled
    public bool IsTextPredictionEnabled {get; set;}
    See Also