ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MaskedTextBox Class / Culture Property



In This Topic
    Culture Property (C1MaskedTextBox)
    In This Topic
    Sets the culture used to display the value in the C1MaskedTextBox.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("The Culture property is obsolete, use the FrameworkElement.Language property instead.", False)>
    Public Property Culture As CultureInfo
    'Usage
     
    
    Dim instance As C1MaskedTextBox
    Dim value As CultureInfo
     
    instance.Culture = value
     
    value = instance.Culture
    [Obsolete("The Culture property is obsolete, use the FrameworkElement.Language property instead.", false)]
    public CultureInfo Culture {get; set;}
    [Obsolete("The Culture property is obsolete, use the FrameworkElement.Language property instead.", false)]
    public:
    property CultureInfo^ Culture {
       CultureInfo^ get();
       void set (    CultureInfo^ value);
    }
    See Also