Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 663 Bytes

control_fontstyle.md

File metadata and controls

33 lines (22 loc) · 663 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Control.FontStyle
winrt property

Windows.UI.Xaml.Controls.Control.FontStyle

-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