Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 848 Bytes

textblock_fontweight.md

File metadata and controls

33 lines (22 loc) · 848 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBlock.FontWeight
winrt property

Windows.UI.Xaml.Controls.TextBlock.FontWeight

-description

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).

-remarks

-examples

-see-also