Typography.GetNumeralAlignment(DependencyObject) 方法

定义

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

public:
 static System::Windows::FontNumeralAlignment GetNumeralAlignment(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.FontNumeralAlignment GetNumeralAlignment(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetNumeralAlignment : System.Windows.DependencyObject -> System.Windows.FontNumeralAlignment
Public Shared Function GetNumeralAlignment (element As DependencyObject) As FontNumeralAlignment

参数

element
DependencyObject

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

返回

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

属性

适用于

另请参阅