Typography.GetNumeralAlignment(DependencyObject) 方法

定义

返回指定依赖对象的 NumeralAlignment 附加属性的值。

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

参数

element
DependencyObject

要为其检索 NumeralAlignment 属性值的依赖对象。

返回

指定依赖对象上的 NumeralAlignment 附加属性的当前值。

适用于

另请参阅