TextBlock.SetFontStyle(DependencyObject, FontStyle) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

value
FontStyle

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

例外

elementnullです。

適用対象

こちらもご覧ください