Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.31 KB

textelement_fontfamily.md

File metadata and controls

39 lines (28 loc) · 1.31 KB
-api-id -api-type
P:Windows.UI.Xaml.Documents.TextElement.FontFamily
winrt property

Windows.UI.Xaml.Documents.TextElement.FontFamily

-description

Gets or sets the preferred top-level font family for the content of the element.

-xaml-syntax

<textElement FontFamily="fontFamily" />
-or-
<textElement FontFamily="fontFamilyName[,fallbackFontFamilyName]" />
-or-
<textElement FontFamily="fontURI#fontFamily" />

-xaml-values

fontFamily
fontFamilyA single font family name, for example "Verdana".
fontFamilyName[,fallbackFontFamilyName]
fontFamilyName[,fallbackFontFamilyName]A primary font family choice, then one or more fallback font family choices, for example "Arial Unicode MS, Arial".
fontURI#fontFamily
fontURI#fontFamilyUsed for non-default fonts. Specifies the resource location in the assembly for a font file, and a font family within that font. For information on this usage, see FontFamily.
## -property-value The preferred font family, or a primary preferred font family with one or more fallback font families. See [FontFamily](../windows.ui.xaml.media/fontfamily.md) for default information.

-remarks

-examples

-see-also