TextElement.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

要将此属性设为的新值。

例外

dnull

适用于

另请参阅