Gets or sets the weight or thickness of the text control's font. This is a dependency property. The property value has the type System.Windows.FontWeight. The default value is FontWeights.Normal.

Syntax

public FontWeight FontWeight { get; set; }
Public Property FontWeight() As FontWeight