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

In This Topic
    Culture Property (C1MaskedTextBox)
    In This Topic
    Sets the culture used to display the value in the C1.WPF.C1MaskedTextBox.
    Syntax
    'Declaration
     
    
    Public Property Culture As CultureInfo
    public CultureInfo Culture {get; set;}
    See Also