Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MaskedTextBox Class / AutoConvert Property

In This Topic
    AutoConvert Property
    In This Topic
    Gets or sets whether to automatically convert the entered characters according to the input mask.
    Syntax
    'Declaration
     
    
    Public Property AutoConvert As Boolean
    public bool AutoConvert {get; set;}
    See Also