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.")>
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.")]
public CultureInfo Culture {get; set;}
[Obsolete("The Culture property is obsolete, use the FrameworkElement.Language property instead.")]
public:
property CultureInfo^ Culture {
CultureInfo^ get();
void set ( CultureInfo^ value);
}
See Also