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

适用于

另请参阅