NumberSubstitution.GetCultureSource(DependencyObject) Method

Definition

Returns the value of CultureSource from the provided element.

public:
 static System::Windows::Media::NumberCultureSource GetCultureSource(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.NumberCultureSource GetCultureSource (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetCultureSource : System.Windows.DependencyObject -> System.Windows.Media.NumberCultureSource
Public Shared Function GetCultureSource (target As DependencyObject) As NumberCultureSource

Parameters

target
DependencyObject

The element to return a CultureSource value for.

Returns

An enumerated value of NumberCultureSource.

Attributes

Applies to