Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 804 Bytes

textelement_fontweight.md

File metadata and controls

33 lines (22 loc) · 804 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.TextElement.FontWeight
winrt property

Windows.UI.Xaml.Documents.TextElement.FontWeight

-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