Windows.UI.Xaml.Documents.TextElement.FontStyle

June 22, 2022 · View on GitHub

-description

Gets or sets the font style for the content in this element.

-xaml-syntax

<textElement FontStyle="fontStyleMemberName"/>

-xaml-values

fontStyleMemberName
fontStyleMemberNameA FontStyle constant name, such as Normal or Italic.
## -property-value One of the [FontStyle](../windows.ui.text/fontstyle.md) constant names, specifying the font style. The default is **Normal**.

-remarks

-examples

-see-also