Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 923 Bytes

fonticonsource_fontstyle.md

File metadata and controls

45 lines (23 loc) · 923 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.FontIconSource.FontStyle
winrt property

Microsoft.UI.Xaml.Controls.FontIconSource.FontStyle

-description

Gets or sets the font style for the icon glyph.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

A named constant of the enumeration that specifies the style in which the icon glyph is rendered. The default is Normal.

-remarks

-see-also

-examples

-xaml-syntax

<FontIconSource FontStyle="fontStyleMemberName"/>

-xaml-values

fontStyleMemberName
fontStyleMemberName A FontStyle named constant, such as Italic.