NumberCultureSource Enumeration
.NET Framework (current version)
Specifies how the culture for numbers in a text run is determined.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Override | Number culture is derived from the CultureOverride property. | |
| Text | Default. Number culture is derived from the value of the CultureInfo property, which is the culture of the text run. In markup, this is represented by the xml:lang attribute. | |
| User | Number culture is derived from the culture value of the current thread, which by default is the user default culture. |
The NumberSubstitution class uses the enumerated values of the NumberCultureSource class to determine how numbers are displayed.
.NET Framework
Available since 3.0
Available since 3.0
Show: