TextBlock.SetFontWeight(DependencyObject, FontWeight) Yöntem

Tanım

Belirtilen bağımlılık nesnesindeki FontWeight ekli özelliğin değerini ayarlar.

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)

Parametreler

element
DependencyObject

Özelliğinin değerinin FontWeight ayarlanacağı bağımlılık nesnesi.

value
FontWeight

Özelliğinin ayarlanacağı yeni değer.

Özel durumlar

element, null değeridir.

Şunlara uygulanır

Ayrıca bkz.