Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

value
FontEastAsianWidths

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

例外

elementnull の場合に発生します。

適用対象

こちらもご覧ください