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

Новое значение, которое необходимо присвоить свойству.

Исключения

element имеет значение null.

Применяется к

См. также раздел