Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 762 Bytes

textelement_fontstretch.md

File metadata and controls

31 lines (22 loc) · 762 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.TextElement.FontStretch
winrt property

Microsoft.UI.Xaml.Documents.TextElement.FontStretch

-description

Gets or sets the glyph width of the font in a family to select.

-xaml-syntax

<textElement FontStretch="fontStretchMemberName"/>

-xaml-values

fontStretchMemberName
fontStretchMemberNameA FontStretch constant name, such as Condensed, Normal, or Expanded.
## -property-value One of the [FontStretch](/uwp/api/windows.ui.text.fontstretch) constant names, specifying the desired font stretch. The default is **Normal**.

-remarks

-examples

-see-also