Windows.UI.Xaml.Documents.TextElement.FontWeight

June 22, 2022 · View on GitHub

-description

Gets or sets the top-level font weight to select from the font family for the content in this element.

-xaml-syntax

<textElement FontWeight="fontWeightsValue"/>

-xaml-values

fontWeightsValue
fontWeightsValueA FontWeight constant name, such as Light, Normal, or UltraBold.
## -property-value One of the [FontWeights](../windows.ui.text/fontweights.md) property values, specifying the font weight. The default is [Normal](../windows.ui.text/fontweights_normal.md).

-remarks

-examples

-see-also