Windows.UI.Xaml.Controls.Control.FontWeight

June 22, 2022 ยท View on GitHub

-description

Gets or sets the thickness of the specified font.

-xaml-syntax

<control FontWeight="fontWeightMemberName"/>

-xaml-values

fontWeightMemberName
fontWeightMemberNameA FontWeights member name, such as Light or Normal.
## -property-value One of the values that specifies the thickness of the specified font. The default is [Normal](../windows.ui.text/fontweights_normal.md).

-remarks

-examples

-see-also