NumberSubstitution.SetCultureSource 方法

定义

为提供的元素设置 CultureSource 的值。

public:
 static void SetCultureSource(System::Windows::DependencyObject ^ target, System::Windows::Media::NumberCultureSource value);
public static void SetCultureSource (System.Windows.DependencyObject target, System.Windows.Media.NumberCultureSource value);
static member SetCultureSource : System.Windows.DependencyObject * System.Windows.Media.NumberCultureSource -> unit
Public Shared Sub SetCultureSource (target As DependencyObject, value As NumberCultureSource)

参数

target
DependencyObject

指定区域性重写的元素。

value
NumberCultureSource

NumberCultureSource 类型的区域性源值。

适用于