CultureProperty Field (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 Shared ReadOnly CultureProperty As DependencyProperty
'Usage
Dim value As DependencyProperty
value = C1NumericBox.CultureProperty
[Obsolete("The Culture property is obsolete, use the FrameworkElement.Language property instead.", false)]
public static readonly DependencyProperty CultureProperty
[Obsolete("The Culture property is obsolete, use the FrameworkElement.Language property instead.", false)]
public:
static readonly DependencyProperty^ CultureProperty
See Also