Typography.SetNumeralAlignment(DependencyObject, FontNumeralAlignment) メソッド

定義

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

public:
 static void SetNumeralAlignment(System::Windows::DependencyObject ^ element, System::Windows::FontNumeralAlignment value);
public static void SetNumeralAlignment (System.Windows.DependencyObject element, System.Windows.FontNumeralAlignment value);
static member SetNumeralAlignment : System.Windows.DependencyObject * System.Windows.FontNumeralAlignment -> unit
Public Shared Sub SetNumeralAlignment (element As DependencyObject, value As FontNumeralAlignment)

パラメーター

element
DependencyObject

NumeralAlignment プロパティの値の設定対象になる依存関係オブジェクト。

value
FontNumeralAlignment

プロパティの新しい設定値。

例外

elementnull の場合に発生します。

適用対象

こちらもご覧ください