ComponentOne Basic Library for UWP
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 System.Globalization.CultureInfo
    public System.Globalization.CultureInfo Culture {get; set;}
    See Also