C1.WPF Namespace > C1NumericBox Class : Culture Property |
'Declaration
<ObsoleteAttribute("The Culture property is obsolete, use the FrameworkElement.Language property instead.")> Public Property Culture As CultureInfo
'Usage
Dim instance As C1NumericBox 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); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2