Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 691 Bytes

textblock_fontstyle.md

File metadata and controls

31 lines (22 loc) · 691 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TextBlock.FontStyle
winrt property

Microsoft.UI.Xaml.Controls.TextBlock.FontStyle

-description

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

-xaml-syntax

<TextBlock FontStyle="fontStyleMemberName"/>

-xaml-values

fontStyleMemberName
fontStyleMemberNameA FontStyle member name, such as Italic.
## -property-value The requested font style, which is a [FontStyle](/uwp/api/windows.ui.text.fontstyle) enumeration value. The default is Normal.

-remarks

-examples

-see-also