NumberSubstitution.CultureSource Property
Gets or sets a value which identifies the source of the culture value that is used to determine number substitution.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object NumberSubstitution.CultureSource="NumberCultureSource"/>
Property Value
Type: System.Windows.Media.NumberCultureSourceAn enumerated value of NumberCultureSource.
The default value of the CultureSource property is Text, which is the culture of the text run.
This reference page represents two identically named but not entirely equivalent usages for the CultureSource property:
You can set this property in code on a NumberSubstitution instance, as a common language runtime (CLR) property. In this usage, the property is not backed by a dependency property identifier, it is backed by a private field and does not act as a dependency property.
You can set this property as an attached property usage in XAML. The attached property usage is the reason why this property has a Dependency Property Information section, because the attached property is backed by a dependency property identifier. In XAML, the usage is <object NumberSubstitution.CultureSource="value".../>, where object is an object element where the specified number substitution logic applies, and value is a string representation of a NumberCultureSource value. In code, the attached property usage is supported by GetCultureSource and SetCultureSource.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.