TextBlock.SetFontWeight(DependencyObject, FontWeight) メソッド

定義

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

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

パラメーター

element
DependencyObject

FontWeight プロパティの値を設定する対象の依存関係オブジェクト。

value
FontWeight

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

例外

elementnullです。

適用対象

こちらもご覧ください