Windows.UI.Xaml.Controls.RichTextBlock.FontWeight
June 22, 2022 · View on GitHub
-description
Gets or sets the top-level font weight for the RichTextBlock.
-xaml-syntax
<RichTextBlock FontWeight="fontWeightsMemberName"/>
-xaml-values
- fontWeightsMemberName
- fontWeightsMemberNameA FontWeights member name, such as Light or Normal.
-remarks
Set the FontWeight property to specify the default font stretch to use for all text in the RichTextBlock. You can override this value for specific text elements in the RichTextBlock by setting the TextElement.FontWeight property.