Windows.UI.Xaml.Controls.Control.FontStyle

June 22, 2022 ยท View on GitHub

-description

Gets or sets the style in which the text is rendered.

-xaml-syntax

<control FontStyle="fontStyleMemberName" />

-xaml-values

fontStyleMemberName
fontStyleMemberNameA FontStyle named constant, such as Normal or Italic.
## -property-value One of the values that specifies the style in which the text is rendered. The default is **Normal**.

-remarks

-examples

-see-also