Typography.SetVariants(DependencyObject, FontVariants) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

value
FontVariants

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

例外

elementnull の場合に発生します。

適用対象

こちらもご覧ください