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 添付プロパティの現在の値。

適用対象

こちらもご覧ください