Typography.GetNumeralAlignment(DependencyObject) Method

Definition

Returns the value of the NumeralAlignment attached property for a specified dependency object.

public:
 static FontNumeralAlignment GetNumeralAlignment(DependencyObject ^ element);
 static FontNumeralAlignment GetNumeralAlignment(DependencyObject const& element);
public static FontNumeralAlignment GetNumeralAlignment(DependencyObject element);
function getNumeralAlignment(element)
Public Shared Function GetNumeralAlignment (element As DependencyObject) As FontNumeralAlignment

Parameters

element
DependencyObject

The dependency object for which to retrieve the value of the NumeralAlignment property.

Returns

The current value of the NumeralAlignment attached property on the specified dependency object.

Applies to

See also