You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets or sets the top-level font weight for the TextBlock.
-xaml-syntax
<TextBlock FontWeight="fontWeightsMemberName"/>
-xaml-values
fontWeightsMemberName
fontWeightsMemberNameA FontWeights member name, such as Light or Normal.
## -property-value
The requested font weight, which is a [FontWeight](../windows.ui.text/fontweight.md) that is obtained from one of the [FontWeights](../windows.ui.text/fontweights.md) property values. The default is [Normal](../windows.ui.text/fontweights_normal.md).