[]
        
(Showing Draft Content)

C1.WPF.Schedule.NumberStringValidator.SetCulture

SetCulture Method

SetCulture(DependencyObject, CultureInfo)

Sets the value of the Culture attached property for a given DependencyObject.

Declaration
public static void SetCulture(DependencyObject obj, CultureInfo value)
Parameters
Type Name Description
DependencyObject obj

The FrameworkElement from which the property value is set.

CultureInfo value

The Culture property value to be set on the specified DependencyObject.