Windows.UI.Xaml.Controls.Control.FontStretch

June 22, 2022 ยท View on GitHub

-description

Gets or sets the degree to which a font is condensed or expanded on the screen.

-xaml-syntax

<control FontStretch="fontStretchMemberName"/>

-xaml-values

fontStretchMemberName
fontStretchMemberNameA FontStretch constant name, such as Condensed, Normal, or Expanded.
## -property-value One of the values that specifies the degree to which a font is condensed or expanded on the screen. The default is **Normal**.

-remarks

-examples

-see-also