Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 757 Bytes

textelement_fontstretch.md

File metadata and controls

33 lines (22 loc) · 757 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.TextElement.FontStretch
winrt property

Windows.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](../windows.ui.text/fontstretch.md) constant names, specifying the desired font stretch. The default is **Normal**.

-remarks

-examples

-see-also