Windows.UI.Xaml.Controls.RichTextBlock.FontStyle
June 22, 2022 · View on GitHub
-description
Gets or sets the font style for the content in this element.
-xaml-syntax
<RichTextBlock FontStyle="fontStyleMemberName"/>
-xaml-values
- fontStyleMemberName
- fontStyleMemberName A FontStyle member name, such as Italic.
-remarks
Set the FontStyle 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.FontStyle property.