Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1NumericBox Class / Culture Property

In This Topic
    Culture Property (C1NumericBox)
    In This Topic
    The Culture property is obsolete, use the FrameworkElement.Language property instead.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("The Culture property is obsolete, use the FrameworkElement.Language property instead.", False)>
    Public Property Culture As CultureInfo
    [Obsolete("The Culture property is obsolete, use the FrameworkElement.Language property instead.", false)]
    public CultureInfo Culture {get; set;}
    See Also