Typography.GetNumeralAlignment(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.