Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 708 Bytes

textelement_fontstyle.md

File metadata and controls

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

Windows.UI.Xaml.Documents.TextElement.FontStyle

-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