Sets the value of the Culture attached property for a given DependencyObject.
シンタックス
'宣言
Public Shared Sub SetCulture( _
ByVal As System.Windows.DependencyObject, _
ByVal As System.Globalization.CultureInfo _
)
public static void SetCulture(
System.Windows.DependencyObject ,
System.Globalization.CultureInfo
)
パラメータ
- obj
- The System.Windows.FrameworkElement from which the property value is set.
- value
- The Culture property value to be set on the specified DependencyObject.
参照