Typography.GetNumeralStyle(DependencyObject) メソッド

定義

指定した依存関係オブジェクトの NumeralStyle 添付プロパティの値を返します。

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

パラメーター

element
DependencyObject

NumeralStyle プロパティの値の取得対象となる依存関係オブジェクト。

戻り値

指定した依存関係オブジェクトの NumeralStyle 添付プロパティの現在値。

属性

適用対象

こちらもご覧ください