Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 759 Bytes

fonticon_fontfamily.md

File metadata and controls

33 lines (22 loc) · 759 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.FontIcon.FontFamily
winrt property

Windows.UI.Xaml.Controls.FontIcon.FontFamily

-description

Gets or sets the font used to display the icon glyph.

-xaml-syntax

<FontIcon FontFamily="fontFamilyValue"/>

-xaml-values

fontFamilyValue
fontFamilyValueA string representation of a FontFamily value, possibly including fallback values or indexes within a font file, or a URI where the font family is packaged. For more information on the syntax, see FontFamily.
## -property-value The font used to display the icon glyph.

-remarks

-examples

-see-also